Shades of Navy #080F79
Tints of Navy #080F79
RGB
CMYK
RGB Variations
Color information
#080F79 (or 0x080F79) is known color: Navy. HEX triplet: 08, 0F and 79. RGB value is (8,15,121). Sum of RGB (Red+Green+Blue) = 8+15+121=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #080F79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F79 is #F7F086. Grayscale: #181818. Windows color (decimal): -16248967 or 7933704. OLE color: 7933704.
HSL color Cylindrical-coordinate representation of color #080F79: hue angle of 236.28º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080F79 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 15 | 121 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.53 |
| HSL | 236.28º | 0.88% | 0.25% | - |
| HSV(B) | 236.28º | 0.93% | 0.47% | - |
| XYZ | 3.72 | 1.77 | 18.24 | - |
| YUV | 24.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 121 | 0.93 | 0.88 | 0 | 0.53 | 236.28 | 0.88 | 0.25 |
| Hex | 8 | F | 79 | 5D | 58 | 0 | 35 | EC | 58 | 19 |
| Octal | 10 | 17 | 171 | 135 | 130 | 0 | 65 | 354 | 130 | 31 |
| Binary | 1000 | 1111 | 1111001 | 1011101 | 1011000 | 0 | 110101 | 11101100 | 1011000 | 11001 |
Color Harmonies of #080F79
Complementary color
Monochromatic Colors of #080F79
Black with #080F79
Text Example
Text Example
White with #080F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F79; }
p { color: rgb(8,15,121); }
H1.HeaderClassName
{
color: #080F79;
}
.AnyTagClassName
{
color: #080F79;
}
</style>
background-color css
<style>
a { background-color: #080F79; }
a { background-color: rgb(8,15,121); }
div.DivClassName
{
background-color: #080F79;
}
.BgClassName
{
background-color: #080F79;
}
</style>
border-color css
<style>
span { border-color: #080F79; }
span { border-color: rgb(8,15,121); }
td.TdClassName
{
border-color: #080F79;
}
.TagClassName
{
border-color: #080F79;
}
</style>