@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#096380 hex color - Blue - Cool color - Information

#096380 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #096380 Color code in RGB color code model is created after adding 3.53% red color, 38.82% green color and 50.2% blue color. Hex #096380 Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 23% magenta, 0% yellow and 49.8% black.

Hex #096380 color code is between #116688 web safe hex color code and #005577 web safe hex color code. #116688 is the nearest web safe color code. You can see here many more shades of #096380 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 096380 #096380
RGB Decimal 9, 99, 128 rgb(9, 99, 128)
RGB Percent 4%, 39%, 50% rgb(4%, 39%, 50%)
CSS RGBa 9, 99, 128,1 rgba(9,99,128,1)
CMYK Model cmyk(93%,23%,0%,49.8%)
HSL Color Space 195,87% ,27% hsl(195,87% ,27%)
HSV Color Space 195°, 93%, 50%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001001 01100011 10000000
Octal 11 143 200
Decimal 9 99 128
Hex 09 63 80

Different shades of #096380 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #096380
#0c88b0
Dark Shade of #096380
#063e50
Saturated Shade of #096380
#026787
Desaturated Shade of #096380
#105f79
Grey scale Shade of #096380
#444444
Brighten Shade
#227c99
Most Readable Shade
#FFFFFF

Shades of #096380 color code

Generate more color scales with scales (color stack) generator.

#096380
#085871
#074d63
#064255
#053747
#042c38
#03212a
#02161c
#010b0e
#000000

Similar Color like #096380 color

Find visually similar hex color codes nearing to #096380 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#0a6481
#0b6582
#0c6683
#0d6784
#0e6885
#0f6986
#106a87
#116b88
#126c89
#136d8a
#146e8b
#156f8c
#16708d
#17718e
#08627f
#07617e
#06607d
#055f7c
#045e7b
#035d7a
#025c79
#015b78
#005a77
#005976
#005875
#005774
#005673
#005572

Monochromatic Color with #096380

#096380
#0c84aa
#0fa5d5
#000000
#03212b
#064255

Tints of #096380 Color

#096380
#24748e
#3f859c
#5b97aa
#76a8b8
#91b9c6
#adcbd4
#c8dce2
#e3edf0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#096380
#802609

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#096380
#800927
#806209

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#09806d
#097b80
#096380
#094b80
#093380

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#096380
#800963
#638009

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#096380
#610980
#802609
#278009

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#096380
#802609
#806209
#092780

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #096380 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#096380 Color Code Preview on Black Background Color

This is how #096380 Color will look on black background color. Color contrast ratio is 3.11

#096380 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#096380">Your Example Paragraph content text in with font color #096380 </p>

Your Example Paragraph content text in with font color #096380

HTML with inline CSS

<div style="color:#096380">Your Paragraph text in with font color #096380 </div>

Your Example Paragraph content text in with font color #096380

#096380 color code is use for CSS Background Color

Background color for the above div is #096380

HTML with inline CSS

<div style="background-color:#096380;"></div>

#096380 color code is use for CSS Border Color

CSS Border color for the above div is #096380

HTML with inline CSS

<div style="border:5px solid #096380;"></div>

CSS Border Left color for the above div is #096380

HTML with inline CSS

<div style="border-left:5px solid #096380;"></div>

CSS Border Right color for the above div is #096380

HTML with inline CSS

<div style="border-right:5px solid #096380;"></div>

CSS Border Bottom color for the above div is #096380

HTML with inline CSS

<div style="border-bottom:5px solid #096380;"></div>

CSS Border Top color for the above div is #096380

HTML with inline CSS

<div style="border-top:5px solid #096380;"></div>

#096380 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#096380; } .examplecolorclass {color:#096380; } .examplebordercolor {border:3px solid #096380; }

#096380 Color code Preview on White Background

This is how #096380 Color code will look on white background color. Color contrast ratio is 6.76

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #096380; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #096380; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(9,99,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,38,9,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(9,99,128,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.