Shades of Navy #080F7A
Tints of Navy #080F7A
RGB
CMYK
RGB Variations
Color information
#080F7A (or 0x080F7A) is known color: Navy. HEX triplet: 08, 0F and 7A. RGB value is (8,15,122). Sum of RGB (Red+Green+Blue) = 8+15+122=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #080F7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F7A is #F7F085. Grayscale: #181818. Windows color (decimal): -16248966 or 7999240. OLE color: 7999240.
HSL color Cylindrical-coordinate representation of color #080F7A: hue angle of 236.32º 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 #080F7A is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 15 | 122 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.52 |
| HSL | 236.32º | 0.88% | 0.25% | - |
| HSV(B) | 236.32º | 0.93% | 0.48% | - |
| XYZ | 3.78 | 1.8 | 18.56 | - |
| YUV | 25.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 122 | 0.93 | 0.88 | 0 | 0.52 | 236.32 | 0.88 | 0.25 |
| Hex | 8 | F | 7A | 5D | 58 | 0 | 34 | EC | 58 | 19 |
| Octal | 10 | 17 | 172 | 135 | 130 | 0 | 64 | 354 | 130 | 31 |
| Binary | 1000 | 1111 | 1111010 | 1011101 | 1011000 | 0 | 110100 | 11101100 | 1011000 | 11001 |
Color Harmonies of #080F7A
Complementary color
Monochromatic Colors of #080F7A
Black with #080F7A
Text Example
Text Example
White with #080F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F7A; }
p { color: rgb(8,15,122); }
H1.HeaderClassName
{
color: #080F7A;
}
.AnyTagClassName
{
color: #080F7A;
}
</style>
background-color css
<style>
a { background-color: #080F7A; }
a { background-color: rgb(8,15,122); }
div.DivClassName
{
background-color: #080F7A;
}
.BgClassName
{
background-color: #080F7A;
}
</style>
border-color css
<style>
span { border-color: #080F7A; }
span { border-color: rgb(8,15,122); }
td.TdClassName
{
border-color: #080F7A;
}
.TagClassName
{
border-color: #080F7A;
}
</style>