Shades of Navy #08086B
Tints of Navy #08086B
RGB
CMYK
RGB Variations
Color information
#08086B (or 0x08086B) is known color: Navy. HEX triplet: 08, 08 and 6B. RGB value is (8,8,107). Sum of RGB (Red+Green+Blue) = 8+8+107=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #08086B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08086B is #F7F794. Grayscale: #121212. Windows color (decimal): -16250773 or 7014408. OLE color: 7014408.
HSL color Cylindrical-coordinate representation of color #08086B: hue angle of 240º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08086B is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 8 | 107 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.58 |
| HSL | 240º | 0.86% | 0.23% | - |
| HSV(B) | 240º | 0.93% | 0.42% | - |
| XYZ | 2.84 | 1.29 | 14.01 | - |
| YUV | 19.29 | 177.5 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 107 | 0.93 | 0.93 | 0 | 0.58 | 240 | 0.86 | 0.23 |
| Hex | 8 | 8 | 6B | 5D | 5D | 0 | 3A | F0 | 56 | 17 |
| Octal | 10 | 10 | 153 | 135 | 135 | 0 | 72 | 360 | 126 | 27 |
| Binary | 1000 | 1000 | 1101011 | 1011101 | 1011101 | 0 | 111010 | 11110000 | 1010110 | 10111 |
Color Harmonies of #08086B
Complementary color
Monochromatic Colors of #08086B
Black with #08086B
Text Example
Text Example
White with #08086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08086B; }
p { color: rgb(8,8,107); }
H1.HeaderClassName
{
color: #08086B;
}
.AnyTagClassName
{
color: #08086B;
}
</style>
background-color css
<style>
a { background-color: #08086B; }
a { background-color: rgb(8,8,107); }
div.DivClassName
{
background-color: #08086B;
}
.BgClassName
{
background-color: #08086B;
}
</style>
border-color css
<style>
span { border-color: #08086B; }
span { border-color: rgb(8,8,107); }
td.TdClassName
{
border-color: #08086B;
}
.TagClassName
{
border-color: #08086B;
}
</style>