Shades of Navy #08016F
Tints of Navy #08016F
RGB
CMYK
RGB Variations
Color information
#08016F (or 0x08016F) is known color: Navy. HEX triplet: 08, 01 and 6F. RGB value is (8,1,111). Sum of RGB (Red+Green+Blue) = 8+1+111=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 111 (43.75% from 255 or 92.5% from 120); Max value from RGB is 111 - color contains mainly: blue. Hex color #08016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08016F is #F7FE90. Grayscale: #0F0F0F. Windows color (decimal): -16252561 or 7274760. OLE color: 7274760.
HSL color Cylindrical-coordinate representation of color #08016F: hue angle of 243.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08016F is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 1 | 111 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.56 |
| HSL | 243.82º | 0.98% | 0.22% | - |
| HSV(B) | 243.82º | 0.99% | 0.44% | - |
| XYZ | 2.98 | 1.22 | 15.12 | - |
| YUV | 15.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 111 | 0.93 | 0.99 | 0 | 0.56 | 243.82 | 0.98 | 0.22 |
| Hex | 8 | 1 | 6F | 5D | 63 | 0 | 38 | F4 | 62 | 16 |
| Octal | 10 | 1 | 157 | 135 | 143 | 0 | 70 | 364 | 142 | 26 |
| Binary | 1000 | 1 | 1101111 | 1011101 | 1100011 | 0 | 111000 | 11110100 | 1100010 | 10110 |
Color Harmonies of #08016F
Complementary color
Monochromatic Colors of #08016F
Black with #08016F
Text Example
Text Example
White with #08016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08016F; }
p { color: rgb(8,1,111); }
H1.HeaderClassName
{
color: #08016F;
}
.AnyTagClassName
{
color: #08016F;
}
</style>
background-color css
<style>
a { background-color: #08016F; }
a { background-color: rgb(8,1,111); }
div.DivClassName
{
background-color: #08016F;
}
.BgClassName
{
background-color: #08016F;
}
</style>
border-color css
<style>
span { border-color: #08016F; }
span { border-color: rgb(8,1,111); }
td.TdClassName
{
border-color: #08016F;
}
.TagClassName
{
border-color: #08016F;
}
</style>