Html Css Color HEX #096EC8 Navy Blue

📋 copy color: '#096EC8'

red 9 ◦ green 110 ◦ blue 200

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

Shades of Navy Blue #096EC8

Tints of Navy Blue #096EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 200 (78.52% from 255) = 62.7%

R = 2.82%
G = 34.48%
B = 62.7%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#096EC8 (or 0x096EC8) is known color: Navy Blue. HEX triplet: 09, 6E and C8. RGB value is (9,110,200). Sum of RGB (Red+Green+Blue) = 9+110+200=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 200 (78.52% from 255 or 62.70% from 319); Max value from RGB is 200 - color contains mainly: blue. Hex color #096EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EC8 is #F69137. Grayscale: #595959. Windows color (decimal): -16159032 or 13135369. OLE color: 13135369.

HSL color Cylindrical-coordinate representation of color #096EC8: hue angle of 208.27º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096EC8 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 110 200 -
CMYK 0.96 0.45 0 0.22
HSL 208.27º 0.91% 0.41% -
HSV(B) 208.27º 0.96% 0.78% -
XYZ 16.11 15.38 56.76 -
YUV 90.06 190.04 70.18 -
System Red Green Blue C M Y K H S L
Decimal 9 110 200 0.96 0.45 0 0.22 208.27 0.91 0.41
Hex 9 6E C8 60 2D 0 16 D0 5B 29
Octal 11 156 310 140 55 0 26 320 133 51
Binary 1001 1101110 11001000 1100000 101101 0 10110 11010000 1011011 101001

Color Harmonies of #096EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EC8

Black with #096EC8

Text Example


Text Example

White with #096EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,200); }

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

background-color css

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

 a { background-color: rgb(9,110,200); }

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

border-color css

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

 span { border-color: rgb(9,110,200); }

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