Shades of Navy #080870
Tints of Navy #080870
RGB
CMYK
RGB Variations
Color information
#080870 (or 0x080870) is known color: Navy. HEX triplet: 08, 08 and 70. RGB value is (8,8,112). Sum of RGB (Red+Green+Blue) = 8+8+112=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #080870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080870 is #F7F78F. Grayscale: #131313. Windows color (decimal): -16250768 or 7342088. OLE color: 7342088.
HSL color Cylindrical-coordinate representation of color #080870: hue angle of 240º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080870 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 8 | 112 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.56 |
| HSL | 240º | 0.87% | 0.24% | - |
| HSV(B) | 240º | 0.93% | 0.44% | - |
| XYZ | 3.11 | 1.4 | 15.43 | - |
| YUV | 19.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 112 | 0.93 | 0.93 | 0 | 0.56 | 240 | 0.87 | 0.24 |
| Hex | 8 | 8 | 70 | 5D | 5D | 0 | 38 | F0 | 57 | 18 |
| Octal | 10 | 10 | 160 | 135 | 135 | 0 | 70 | 360 | 127 | 30 |
| Binary | 1000 | 1000 | 1110000 | 1011101 | 1011101 | 0 | 111000 | 11110000 | 1010111 | 11000 |
Color Harmonies of #080870
Complementary color
Monochromatic Colors of #080870
Black with #080870
Text Example
Text Example
White with #080870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080870; }
p { color: rgb(8,8,112); }
H1.HeaderClassName
{
color: #080870;
}
.AnyTagClassName
{
color: #080870;
}
</style>
background-color css
<style>
a { background-color: #080870; }
a { background-color: rgb(8,8,112); }
div.DivClassName
{
background-color: #080870;
}
.BgClassName
{
background-color: #080870;
}
</style>
border-color css
<style>
span { border-color: #080870; }
span { border-color: rgb(8,8,112); }
td.TdClassName
{
border-color: #080870;
}
.TagClassName
{
border-color: #080870;
}
</style>