Html Css Color HEX #096AC0 Navy Blue

📋 copy color: '#096AC0'

red 9 ◦ green 106 ◦ blue 192

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

Shades of Navy Blue #096AC0

Tints of Navy Blue #096AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 2.93%
G = 34.53%
B = 62.54%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#096AC0 (or 0x096AC0) is known color: Navy Blue. HEX triplet: 09, 6A and C0. RGB value is (9,106,192). Sum of RGB (Red+Green+Blue) = 9+106+192=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #096AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AC0 is #F6953F. Grayscale: #565656. Windows color (decimal): -16160064 or 12610057. OLE color: 12610057.

HSL color Cylindrical-coordinate representation of color #096AC0: hue angle of 208.2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AC0 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 106 192 -
CMYK 0.95 0.45 0 0.25
HSL 208.2º 0.91% 0.39% -
HSV(B) 208.2º 0.95% 0.75% -
XYZ 14.78 14.17 51.83 -
YUV 86.8 187.36 72.51 -
System Red Green Blue C M Y K H S L
Decimal 9 106 192 0.95 0.45 0 0.25 208.2 0.91 0.39
Hex 9 6A C0 5F 2D 0 19 D0 5B 27
Octal 11 152 300 137 55 0 31 320 133 47
Binary 1001 1101010 11000000 1011111 101101 0 11001 11010000 1011011 100111

Color Harmonies of #096AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AC0

Black with #096AC0

Text Example


Text Example

White with #096AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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