Shades of Navy #08057F
Tints of Navy #08057F
RGB
CMYK
RGB Variations
Color information
#08057F (or 0x08057F) is known color: Navy. HEX triplet: 08, 05 and 7F. RGB value is (8,5,127). Sum of RGB (Red+Green+Blue) = 8+5+127=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #08057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08057F is #F7FA80. Grayscale: #131313. Windows color (decimal): -16251521 or 8324360. OLE color: 8324360.
HSL color Cylindrical-coordinate representation of color #08057F: hue angle of 241.48º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08057F is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 5 | 127 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.50 |
| HSL | 241.48º | 0.92% | 0.26% | - |
| HSV(B) | 241.48º | 0.96% | 0.5% | - |
| XYZ | 3.99 | 1.69 | 20.2 | - |
| YUV | 19.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 127 | 0.94 | 0.96 | 0 | 0.50 | 241.48 | 0.92 | 0.26 |
| Hex | 8 | 5 | 7F | 5E | 60 | 0 | 32 | F1 | 5C | 1A |
| Octal | 10 | 5 | 177 | 136 | 140 | 0 | 62 | 361 | 134 | 32 |
| Binary | 1000 | 101 | 1111111 | 1011110 | 1100000 | 0 | 110010 | 11110001 | 1011100 | 11010 |
Color Harmonies of #08057F
Complementary color
Monochromatic Colors of #08057F
Black with #08057F
Text Example
Text Example
White with #08057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08057F; }
p { color: rgb(8,5,127); }
H1.HeaderClassName
{
color: #08057F;
}
.AnyTagClassName
{
color: #08057F;
}
</style>
background-color css
<style>
a { background-color: #08057F; }
a { background-color: rgb(8,5,127); }
div.DivClassName
{
background-color: #08057F;
}
.BgClassName
{
background-color: #08057F;
}
</style>
border-color css
<style>
span { border-color: #08057F; }
span { border-color: rgb(8,5,127); }
td.TdClassName
{
border-color: #08057F;
}
.TagClassName
{
border-color: #08057F;
}
</style>