Html Css Color HEX #096CCC Navy Blue

📋 copy color: '#096CCC'

red 9 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #096CCC

Tints of Navy Blue #096CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 2.8%
G = 33.64%
B = 63.55%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#096CCC (or 0x096CCC) is known color: Navy Blue. HEX triplet: 09, 6C and CC. RGB value is (9,108,204). Sum of RGB (Red+Green+Blue) = 9+108+204=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #096CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CCC is #F69333. Grayscale: #585858. Windows color (decimal): -16159540 or 13397001. OLE color: 13397001.

HSL color Cylindrical-coordinate representation of color #096CCC: hue angle of 209.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CCC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 108 204 -
CMYK 0.96 0.47 0 0.2
HSL 209.54º 0.92% 0.42% -
HSV(B) 209.54º 0.96% 0.8% -
XYZ 16.37 15.14 59.19 -
YUV 89.34 192.7 70.69 -
System Red Green Blue C M Y K H S L
Decimal 9 108 204 0.96 0.47 0 0.2 209.54 0.92 0.42
Hex 9 6C CC 60 2F 0 14 D2 5C 2A
Octal 11 154 314 140 57 0 24 322 134 52
Binary 1001 1101100 11001100 1100000 101111 0 10100 11010010 1011100 101010

Color Harmonies of #096CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CCC

Black with #096CCC

Text Example


Text Example

White with #096CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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