Html Css Color HEX #096EC0 Navy Blue

📋 copy color: '#096EC0'

red 9 ◦ green 110 ◦ blue 192

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

Shades of Navy Blue #096EC0

Tints of Navy Blue #096EC0

RGB

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

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

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

R = 2.89%
G = 35.37%
B = 61.74%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#096EC0 (or 0x096EC0) is known color: Navy Blue. HEX triplet: 09, 6E and C0. RGB value is (9,110,192). Sum of RGB (Red+Green+Blue) = 9+110+192=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #096EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EC0 is #F6913F. Grayscale: #585858. Windows color (decimal): -16159040 or 12611081. OLE color: 12611081.

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

Color convert

RGB 9 110 192 -
CMYK 0.95 0.43 0 0.25
HSL 206.89º 0.91% 0.39% -
HSV(B) 206.89º 0.95% 0.75% -
XYZ 15.2 15.02 51.97 -
YUV 89.15 186.04 70.83 -
System Red Green Blue C M Y K H S L
Decimal 9 110 192 0.95 0.43 0 0.25 206.89 0.91 0.39
Hex 9 6E C0 5F 2B 0 19 CF 5B 27
Octal 11 156 300 137 53 0 31 317 133 47
Binary 1001 1101110 11000000 1011111 101011 0 11001 11001111 1011011 100111

Color Harmonies of #096EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EC0

Black with #096EC0

Text Example


Text Example

White with #096EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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