Html Css Color HEX #096DCE Navy Blue

📋 copy color: '#096DCE'

red 9 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #096DCE

Tints of Navy Blue #096DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

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

R = 2.78%
G = 33.64%
B = 63.58%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#096DCE (or 0x096DCE) is known color: Navy Blue. HEX triplet: 09, 6D and CE. RGB value is (9,109,206). Sum of RGB (Red+Green+Blue) = 9+109+206=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #096DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DCE is #F69231. Grayscale: #595959. Windows color (decimal): -16159282 or 13528329. OLE color: 13528329.

HSL color Cylindrical-coordinate representation of color #096DCE: hue angle of 209.54º 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 #096DCE is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 109 206 -
CMYK 0.96 0.47 0 0.19
HSL 209.54º 0.92% 0.42% -
HSV(B) 209.54º 0.96% 0.81% -
XYZ 16.72 15.45 60.49 -
YUV 90.16 193.37 70.11 -
System Red Green Blue C M Y K H S L
Decimal 9 109 206 0.96 0.47 0 0.19 209.54 0.92 0.42
Hex 9 6D CE 60 2F 0 13 D2 5C 2A
Octal 11 155 316 140 57 0 23 322 134 52
Binary 1001 1101101 11001110 1100000 101111 0 10011 11010010 1011100 101010

Color Harmonies of #096DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DCE

Black with #096DCE

Text Example


Text Example

White with #096DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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