#04096E

Color #04096E Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #04096E

Tints of Navy #04096E

Color information

#04096E (or 0x04096E) is unknown color: approx Navy. HEX triplet: 04, 09 and 6E. RGB value is (4,9,110). Sum of RGB (Red+Green+Blue) = 4+9+110=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #04096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04096E is #FBF691. Grayscale: #121212. Windows color (decimal): -16512658 or 7211268. OLE color: 7211268.

HSL color Cylindrical-coordinate representation of color #04096E: hue angle of 237.17º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04096E is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49110-
CMYK0.960.9200.57
HSL237.17º92.98%22.35%-
HSV(B)237.17º96.36%43.14%-
XYZ2.961.3514.86-
YUV19.02179.34117.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 110 (43.36% from 255) = 89.43%
R=3.25%
G=7.32%
B=89.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491100.960.9200.57237.1792.9822.35
Hex496E605C039ed5d16
Octal41115614013407135513526
Binary1001001110111011000001011100011100111101101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04096E; }

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

 H1.HeaderClassName
 {
   color: #04096E;
 }
 .AnyTagClassName
 {
   color: #04096E;
 }
</style>
background-color css

<style>
 a { background-color: #04096E; }

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

 div.DivClassName
 {
   background-color: #04096E;
 }
 .BgClassName
 {
   background-color: #04096E;
 }
</style>
border-color css

<style>
 span { border-color: #04096E; }

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

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