Shades of Navy #080A72
Tints of Navy #080A72
RGB
CMYK
RGB Variations
Color information
#080A72 (or 0x080A72) is known color: Navy. HEX triplet: 08, 0A and 72. RGB value is (8,10,114). Sum of RGB (Red+Green+Blue) = 8+10+114=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #080A72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A72 is #F7F58D. Grayscale: #141414. Windows color (decimal): -16250254 or 7473672. OLE color: 7473672.
HSL color Cylindrical-coordinate representation of color #080A72: hue angle of 238.87º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080A72 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 10 | 114 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.55 |
| HSL | 238.87º | 0.87% | 0.24% | - |
| HSV(B) | 238.87º | 0.93% | 0.45% | - |
| XYZ | 3.25 | 1.48 | 16.03 | - |
| YUV | 21.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 114 | 0.93 | 0.91 | 0 | 0.55 | 238.87 | 0.87 | 0.24 |
| Hex | 8 | A | 72 | 5D | 5B | 0 | 37 | EF | 57 | 18 |
| Octal | 10 | 12 | 162 | 135 | 133 | 0 | 67 | 357 | 127 | 30 |
| Binary | 1000 | 1010 | 1110010 | 1011101 | 1011011 | 0 | 110111 | 11101111 | 1010111 | 11000 |
Color Harmonies of #080A72
Complementary color
Monochromatic Colors of #080A72
Black with #080A72
Text Example
Text Example
White with #080A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A72; }
p { color: rgb(8,10,114); }
H1.HeaderClassName
{
color: #080A72;
}
.AnyTagClassName
{
color: #080A72;
}
</style>
background-color css
<style>
a { background-color: #080A72; }
a { background-color: rgb(8,10,114); }
div.DivClassName
{
background-color: #080A72;
}
.BgClassName
{
background-color: #080A72;
}
</style>
border-color css
<style>
span { border-color: #080A72; }
span { border-color: rgb(8,10,114); }
td.TdClassName
{
border-color: #080A72;
}
.TagClassName
{
border-color: #080A72;
}
</style>