Shades of Navy #080072
Tints of Navy #080072
RGB
CMYK
RGB Variations
Color information
#080072 (or 0x080072) is known color: Navy. HEX triplet: 08, 00 and 72. RGB value is (8,0,114). Sum of RGB (Red+Green+Blue) = 8+0+114=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 114 (44.92% from 255 or 93.44% from 122); Max value from RGB is 114 - color contains mainly: blue. Hex color #080072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080072 is #F7FF8D. Grayscale: #0E0E0E. Windows color (decimal): -16252814 or 7471112. OLE color: 7471112.
HSL color Cylindrical-coordinate representation of color #080072: hue angle of 244.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080072 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 0 | 114 | - |
| CMYK | 0.93 | 1 | 0 | 0.55 |
| HSL | 244.21º | 1% | 0.22% | - |
| HSV(B) | 244.21º | 1% | 0.45% | - |
| XYZ | 3.14 | 1.27 | 16 | - |
| YUV | 15.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 114 | 0.93 | 1 | 0 | 0.55 | 244.21 | 1 | 0.22 |
| Hex | 8 | 0 | 72 | 5D | 64 | 0 | 37 | F4 | 64 | 16 |
| Octal | 10 | 0 | 162 | 135 | 144 | 0 | 67 | 364 | 144 | 26 |
| Binary | 1000 | 0 | 1110010 | 1011101 | 1100100 | 0 | 110111 | 11110100 | 1100100 | 10110 |
Color Harmonies of #080072
Complementary color
Monochromatic Colors of #080072
Black with #080072
Text Example
Text Example
White with #080072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080072; }
p { color: rgb(8,0,114); }
H1.HeaderClassName
{
color: #080072;
}
.AnyTagClassName
{
color: #080072;
}
</style>
background-color css
<style>
a { background-color: #080072; }
a { background-color: rgb(8,0,114); }
div.DivClassName
{
background-color: #080072;
}
.BgClassName
{
background-color: #080072;
}
</style>
border-color css
<style>
span { border-color: #080072; }
span { border-color: rgb(8,0,114); }
td.TdClassName
{
border-color: #080072;
}
.TagClassName
{
border-color: #080072;
}
</style>