Html Css Color HEX #096CC0 Navy Blue

📋 copy color: '#096CC0'

red 9 ◦ green 108 ◦ blue 192

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

Shades of Navy Blue #096CC0

Tints of Navy Blue #096CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 2.91%
G = 34.95%
B = 62.14%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#096CC0 (or 0x096CC0) is known color: Navy Blue. HEX triplet: 09, 6C and C0. RGB value is (9,108,192). Sum of RGB (Red+Green+Blue) = 9+108+192=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #096CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CC0 is #F6933F. Grayscale: #575757. Windows color (decimal): -16159552 or 12610569. OLE color: 12610569.

HSL color Cylindrical-coordinate representation of color #096CC0: hue angle of 207.54º 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 #096CC0 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 108 192 -
CMYK 0.95 0.44 0 0.25
HSL 207.54º 0.91% 0.39% -
HSV(B) 207.54º 0.95% 0.75% -
XYZ 14.99 14.59 51.9 -
YUV 87.98 186.7 71.67 -
System Red Green Blue C M Y K H S L
Decimal 9 108 192 0.95 0.44 0 0.25 207.54 0.91 0.39
Hex 9 6C C0 5F 2C 0 19 D0 5B 27
Octal 11 154 300 137 54 0 31 320 133 47
Binary 1001 1101100 11000000 1011111 101100 0 11001 11010000 1011011 100111

Color Harmonies of #096CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CC0

Black with #096CC0

Text Example


Text Example

White with #096CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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