Shades of Navy #04096E
Tints of Navy #04096E
RGB
CMYK
RGB Variations
Color information
#04096E (or 0x04096E) is known color: 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
| RGB | 4 | 9 | 110 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.57 |
| HSL | 237.17º | 0.93% | 0.22% | - |
| HSV(B) | 237.17º | 0.96% | 0.43% | - |
| XYZ | 2.96 | 1.35 | 14.86 | - |
| YUV | 19.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 110 | 0.96 | 0.92 | 0 | 0.57 | 237.17 | 0.93 | 0.22 |
| Hex | 4 | 9 | 6E | 60 | 5C | 0 | 39 | ED | 5D | 16 |
| Octal | 4 | 11 | 156 | 140 | 134 | 0 | 71 | 355 | 135 | 26 |
| Binary | 100 | 1001 | 1101110 | 1100000 | 1011100 | 0 | 111001 | 11101101 | 1011101 | 10110 |
Color Harmonies of #04096E
Complementary color
Monochromatic Colors of #04096E
Black with #04096E
Text Example
Text Example
White with #04096E
Text Example
Text Example
HTML Codes & Css Web 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>