Html Css Color HEX #096AC9 Navy Blue

📋 copy color: '#096AC9'

red 9 ◦ green 106 ◦ blue 201

#096AC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #096AC9

Tints of Navy Blue #096AC9

RGB

 RED value IS 9 (3.91% from 255) = 2.85%

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 201 (78.91% from 255) = 63.61%

R = 2.85%
G = 33.54%
B = 63.61%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#096AC9 (or 0x096AC9) is known color: Navy Blue. HEX triplet: 09, 6A and C9. RGB value is (9,106,201). Sum of RGB (Red+Green+Blue) = 9+106+201=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #096AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AC9 is #F69536. Grayscale: #575757. Windows color (decimal): -16160055 or 13199881. OLE color: 13199881.

HSL color Cylindrical-coordinate representation of color #096AC9: hue angle of 209.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AC9 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 106 201 -
CMYK 0.96 0.47 0 0.21
HSL 209.69º 0.91% 0.41% -
HSV(B) 209.69º 0.96% 0.79% -
XYZ 15.81 14.58 57.24 -
YUV 87.83 191.86 71.78 -
System Red Green Blue C M Y K H S L
Decimal 9 106 201 0.96 0.47 0 0.21 209.69 0.91 0.41
Hex 9 6A C9 60 2F 0 15 D2 5B 29
Octal 11 152 311 140 57 0 25 322 133 51
Binary 1001 1101010 11001001 1100000 101111 0 10101 11010010 1011011 101001

Color Harmonies of #096AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AC9

Black with #096AC9

Text Example


Text Example

White with #096AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096AC9; }

 p { color: rgb(9,106,201); }

 H1.HeaderClassName
 {
   color: #096AC9;
 }
 .AnyTagClassName
 {
   color: #096AC9;
 }
</style>

background-color css

<style>
 a { background-color: #096AC9; }

 a { background-color: rgb(9,106,201); }

 div.DivClassName
 {
   background-color: #096AC9;
 }
 .BgClassName
 {
   background-color: #096AC9;
 }
</style>

border-color css

<style>
 span { border-color: #096AC9; }

 span { border-color: rgb(9,106,201); }

 td.TdClassName
 {
   border-color: #096AC9;
 }
 .TagClassName
 {
   border-color: #096AC9;
 }
</style>