Shades of Navy #04086E
Tints of Navy #04086E
RGB
CMYK
RGB Variations
Color information
#04086E (or 0x04086E) is known color: Navy. HEX triplet: 04, 08 and 6E. RGB value is (4,8,110). Sum of RGB (Red+Green+Blue) = 4+8+110=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 110 (43.36% from 255 or 90.16% from 122); Max value from RGB is 110 - color contains mainly: blue. Hex color #04086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04086E is #FBF791. Grayscale: #121212. Windows color (decimal): -16512914 or 7211012. OLE color: 7211012.
HSL color Cylindrical-coordinate representation of color #04086E: hue angle of 237.74º 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 #04086E is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 8 | 110 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.57 |
| HSL | 237.74º | 0.93% | 0.22% | - |
| HSV(B) | 237.74º | 0.96% | 0.43% | - |
| XYZ | 2.95 | 1.33 | 14.85 | - |
| YUV | 18.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 110 | 0.96 | 0.93 | 0 | 0.57 | 237.74 | 0.93 | 0.22 |
| Hex | 4 | 8 | 6E | 60 | 5D | 0 | 39 | EE | 5D | 16 |
| Octal | 4 | 10 | 156 | 140 | 135 | 0 | 71 | 356 | 135 | 26 |
| Binary | 100 | 1000 | 1101110 | 1100000 | 1011101 | 0 | 111001 | 11101110 | 1011101 | 10110 |
Color Harmonies of #04086E
Complementary color
Monochromatic Colors of #04086E
Black with #04086E
Text Example
Text Example
White with #04086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04086E; }
p { color: rgb(4,8,110); }
H1.HeaderClassName
{
color: #04086E;
}
.AnyTagClassName
{
color: #04086E;
}
</style>
background-color css
<style>
a { background-color: #04086E; }
a { background-color: rgb(4,8,110); }
div.DivClassName
{
background-color: #04086E;
}
.BgClassName
{
background-color: #04086E;
}
</style>
border-color css
<style>
span { border-color: #04086E; }
span { border-color: rgb(4,8,110); }
td.TdClassName
{
border-color: #04086E;
}
.TagClassName
{
border-color: #04086E;
}
</style>