Shades of Navy #08086E
Tints of Navy #08086E
RGB
CMYK
RGB Variations
Color information
#08086E (or 0x08086E) is known color: Navy. HEX triplet: 08, 08 and 6E. RGB value is (8,8,110). Sum of RGB (Red+Green+Blue) = 8+8+110=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #08086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08086E is #F7F791. Grayscale: #131313. Windows color (decimal): -16250770 or 7211016. OLE color: 7211016.
HSL color Cylindrical-coordinate representation of color #08086E: hue angle of 240º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08086E is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 8 | 110 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.57 |
| HSL | 240º | 0.86% | 0.23% | - |
| HSV(B) | 240º | 0.93% | 0.43% | - |
| XYZ | 3 | 1.35 | 14.85 | - |
| YUV | 19.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 110 | 0.93 | 0.93 | 0 | 0.57 | 240 | 0.86 | 0.23 |
| Hex | 8 | 8 | 6E | 5D | 5D | 0 | 39 | F0 | 56 | 17 |
| Octal | 10 | 10 | 156 | 135 | 135 | 0 | 71 | 360 | 126 | 27 |
| Binary | 1000 | 1000 | 1101110 | 1011101 | 1011101 | 0 | 111001 | 11110000 | 1010110 | 10111 |
Color Harmonies of #08086E
Complementary color
Monochromatic Colors of #08086E
Black with #08086E
Text Example
Text Example
White with #08086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08086E; }
p { color: rgb(8,8,110); }
H1.HeaderClassName
{
color: #08086E;
}
.AnyTagClassName
{
color: #08086E;
}
</style>
background-color css
<style>
a { background-color: #08086E; }
a { background-color: rgb(8,8,110); }
div.DivClassName
{
background-color: #08086E;
}
.BgClassName
{
background-color: #08086E;
}
</style>
border-color css
<style>
span { border-color: #08086E; }
span { border-color: rgb(8,8,110); }
td.TdClassName
{
border-color: #08086E;
}
.TagClassName
{
border-color: #08086E;
}
</style>