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