Html Css Color HEX #096CCE Navy Blue

📋 copy color: '#096CCE'

red 9 ◦ green 108 ◦ blue 206

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

Shades of Navy Blue #096CCE

Tints of Navy Blue #096CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 2.79%
G = 33.44%
B = 63.78%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#096CCE (or 0x096CCE) is known color: Navy Blue. HEX triplet: 09, 6C and CE. RGB value is (9,108,206). Sum of RGB (Red+Green+Blue) = 9+108+206=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #096CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CCE is #F69331. Grayscale: #595959. Windows color (decimal): -16159538 or 13528073. OLE color: 13528073.

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

Color convert

RGB 9 108 206 -
CMYK 0.96 0.48 0 0.19
HSL 209.85º 0.92% 0.42% -
HSV(B) 209.85º 0.96% 0.81% -
XYZ 16.62 15.24 60.46 -
YUV 89.57 193.7 70.53 -
System Red Green Blue C M Y K H S L
Decimal 9 108 206 0.96 0.48 0 0.19 209.85 0.92 0.42
Hex 9 6C CE 60 30 0 13 D2 5C 2A
Octal 11 154 316 140 60 0 23 322 134 52
Binary 1001 1101100 11001110 1100000 110000 0 10011 11010010 1011100 101010

Color Harmonies of #096CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CCE

Black with #096CCE

Text Example


Text Example

White with #096CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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