Shades of Navy #080C71
Tints of Navy #080C71
RGB
CMYK
RGB Variations
Color information
#080C71 (or 0x080C71) is known color: Navy. HEX triplet: 08, 0C and 71. RGB value is (8,12,113). Sum of RGB (Red+Green+Blue) = 8+12+113=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 113 (44.53% from 255 or 84.96% from 133); Max value from RGB is 113 - color contains mainly: blue. Hex color #080C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C71 is #F7F38E. Grayscale: #151515. Windows color (decimal): -16249743 or 7408648. OLE color: 7408648.
HSL color Cylindrical-coordinate representation of color #080C71: hue angle of 237.71º 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 #080C71 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 12 | 113 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.56 |
| HSL | 237.71º | 0.87% | 0.24% | - |
| HSV(B) | 237.71º | 0.93% | 0.44% | - |
| XYZ | 3.21 | 1.51 | 15.74 | - |
| YUV | 22.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 113 | 0.93 | 0.89 | 0 | 0.56 | 237.71 | 0.87 | 0.24 |
| Hex | 8 | C | 71 | 5D | 59 | 0 | 38 | EE | 57 | 18 |
| Octal | 10 | 14 | 161 | 135 | 131 | 0 | 70 | 356 | 127 | 30 |
| Binary | 1000 | 1100 | 1110001 | 1011101 | 1011001 | 0 | 111000 | 11101110 | 1010111 | 11000 |
Color Harmonies of #080C71
Complementary color
Monochromatic Colors of #080C71
Black with #080C71
Text Example
Text Example
White with #080C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C71; }
p { color: rgb(8,12,113); }
H1.HeaderClassName
{
color: #080C71;
}
.AnyTagClassName
{
color: #080C71;
}
</style>
background-color css
<style>
a { background-color: #080C71; }
a { background-color: rgb(8,12,113); }
div.DivClassName
{
background-color: #080C71;
}
.BgClassName
{
background-color: #080C71;
}
</style>
border-color css
<style>
span { border-color: #080C71; }
span { border-color: rgb(8,12,113); }
td.TdClassName
{
border-color: #080C71;
}
.TagClassName
{
border-color: #080C71;
}
</style>