Shades of Navy #080C72
Tints of Navy #080C72
RGB
CMYK
RGB Variations
Color information
#080C72 (or 0x080C72) is known color: Navy. HEX triplet: 08, 0C and 72. RGB value is (8,12,114). Sum of RGB (Red+Green+Blue) = 8+12+114=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 114 (44.92% from 255 or 85.07% from 134); Max value from RGB is 114 - color contains mainly: blue. Hex color #080C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C72 is #F7F38D. Grayscale: #161616. Windows color (decimal): -16249742 or 7474184. OLE color: 7474184.
HSL color Cylindrical-coordinate representation of color #080C72: hue angle of 237.74º 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 #080C72 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 12 | 114 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.55 |
| HSL | 237.74º | 0.87% | 0.24% | - |
| HSV(B) | 237.74º | 0.93% | 0.45% | - |
| XYZ | 3.27 | 1.53 | 16.04 | - |
| YUV | 22.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 114 | 0.93 | 0.89 | 0 | 0.55 | 237.74 | 0.87 | 0.24 |
| Hex | 8 | C | 72 | 5D | 59 | 0 | 37 | EE | 57 | 18 |
| Octal | 10 | 14 | 162 | 135 | 131 | 0 | 67 | 356 | 127 | 30 |
| Binary | 1000 | 1100 | 1110010 | 1011101 | 1011001 | 0 | 110111 | 11101110 | 1010111 | 11000 |
Color Harmonies of #080C72
Complementary color
Monochromatic Colors of #080C72
Black with #080C72
Text Example
Text Example
White with #080C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C72; }
p { color: rgb(8,12,114); }
H1.HeaderClassName
{
color: #080C72;
}
.AnyTagClassName
{
color: #080C72;
}
</style>
background-color css
<style>
a { background-color: #080C72; }
a { background-color: rgb(8,12,114); }
div.DivClassName
{
background-color: #080C72;
}
.BgClassName
{
background-color: #080C72;
}
</style>
border-color css
<style>
span { border-color: #080C72; }
span { border-color: rgb(8,12,114); }
td.TdClassName
{
border-color: #080C72;
}
.TagClassName
{
border-color: #080C72;
}
</style>