Shades of Navy #080C7A
Tints of Navy #080C7A
RGB
CMYK
RGB Variations
Color information
#080C7A (or 0x080C7A) is known color: Navy. HEX triplet: 08, 0C and 7A. RGB value is (8,12,122). Sum of RGB (Red+Green+Blue) = 8+12+122=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 122 (48.05% from 255 or 85.92% from 142); Max value from RGB is 122 - color contains mainly: blue. Hex color #080C7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C7A is #F7F385. Grayscale: #161616. Windows color (decimal): -16249734 or 7998472. OLE color: 7998472.
HSL color Cylindrical-coordinate representation of color #080C7A: hue angle of 237.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080C7A is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 12 | 122 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.52 |
| HSL | 237.89º | 0.88% | 0.25% | - |
| HSV(B) | 237.89º | 0.93% | 0.48% | - |
| XYZ | 3.74 | 1.72 | 18.55 | - |
| YUV | 23.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 122 | 0.93 | 0.90 | 0 | 0.52 | 237.89 | 0.88 | 0.25 |
| Hex | 8 | C | 7A | 5D | 5A | 0 | 34 | EE | 58 | 19 |
| Octal | 10 | 14 | 172 | 135 | 132 | 0 | 64 | 356 | 130 | 31 |
| Binary | 1000 | 1100 | 1111010 | 1011101 | 1011010 | 0 | 110100 | 11101110 | 1011000 | 11001 |
Color Harmonies of #080C7A
Complementary color
Monochromatic Colors of #080C7A
Black with #080C7A
Text Example
Text Example
White with #080C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C7A; }
p { color: rgb(8,12,122); }
H1.HeaderClassName
{
color: #080C7A;
}
.AnyTagClassName
{
color: #080C7A;
}
</style>
background-color css
<style>
a { background-color: #080C7A; }
a { background-color: rgb(8,12,122); }
div.DivClassName
{
background-color: #080C7A;
}
.BgClassName
{
background-color: #080C7A;
}
</style>
border-color css
<style>
span { border-color: #080C7A; }
span { border-color: rgb(8,12,122); }
td.TdClassName
{
border-color: #080C7A;
}
.TagClassName
{
border-color: #080C7A;
}
</style>