Shades of Navy #08005F
Tints of Navy #08005F
RGB
CMYK
RGB Variations
Color information
#08005F (or 0x08005F) is known color: Navy. HEX triplet: 08, 00 and 5F. RGB value is (8,0,95). Sum of RGB (Red+Green+Blue) = 8+0+95=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 95 (37.5% from 255 or 92.23% from 103); Max value from RGB is 95 - color contains mainly: blue. Hex color #08005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08005F is #F7FFA0. Grayscale: #0C0C0C. Windows color (decimal): -16252833 or 6225928. OLE color: 6225928.
HSL color Cylindrical-coordinate representation of color #08005F: hue angle of 245.05º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08005F is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 0 | 95 | - |
| CMYK | 0.92 | 1 | 0 | 0.63 |
| HSL | 245.05º | 1% | 0.19% | - |
| HSV(B) | 245.05º | 1% | 0.37% | - |
| XYZ | 2.17 | 0.88 | 10.88 | - |
| YUV | 13.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 95 | 0.92 | 1 | 0 | 0.63 | 245.05 | 1 | 0.19 |
| Hex | 8 | 0 | 5F | 5C | 64 | 0 | 3F | F5 | 64 | 13 |
| Octal | 10 | 0 | 137 | 134 | 144 | 0 | 77 | 365 | 144 | 23 |
| Binary | 1000 | 0 | 1011111 | 1011100 | 1100100 | 0 | 111111 | 11110101 | 1100100 | 10011 |
Color Harmonies of #08005F
Complementary color
Monochromatic Colors of #08005F
Black with #08005F
Text Example
Text Example
White with #08005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08005F; }
p { color: rgb(8,0,95); }
H1.HeaderClassName
{
color: #08005F;
}
.AnyTagClassName
{
color: #08005F;
}
</style>
background-color css
<style>
a { background-color: #08005F; }
a { background-color: rgb(8,0,95); }
div.DivClassName
{
background-color: #08005F;
}
.BgClassName
{
background-color: #08005F;
}
</style>
border-color css
<style>
span { border-color: #08005F; }
span { border-color: rgb(8,0,95); }
td.TdClassName
{
border-color: #08005F;
}
.TagClassName
{
border-color: #08005F;
}
</style>