Shades of Navy #080579
Tints of Navy #080579
RGB
CMYK
RGB Variations
Color information
#080579 (or 0x080579) is known color: Navy. HEX triplet: 08, 05 and 79. RGB value is (8,5,121). Sum of RGB (Red+Green+Blue) = 8+5+121=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 121 (47.66% from 255 or 90.30% from 134); Max value from RGB is 121 - color contains mainly: blue. Hex color #080579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080579 is #F7FA86. Grayscale: #121212. Windows color (decimal): -16251527 or 7931144. OLE color: 7931144.
HSL color Cylindrical-coordinate representation of color #080579: hue angle of 241.55º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080579 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 5 | 121 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.53 |
| HSL | 241.55º | 0.92% | 0.25% | - |
| HSV(B) | 241.55º | 0.96% | 0.47% | - |
| XYZ | 3.61 | 1.54 | 18.2 | - |
| YUV | 19.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 121 | 0.93 | 0.96 | 0 | 0.53 | 241.55 | 0.92 | 0.25 |
| Hex | 8 | 5 | 79 | 5D | 60 | 0 | 35 | F2 | 5C | 19 |
| Octal | 10 | 5 | 171 | 135 | 140 | 0 | 65 | 362 | 134 | 31 |
| Binary | 1000 | 101 | 1111001 | 1011101 | 1100000 | 0 | 110101 | 11110010 | 1011100 | 11001 |
Color Harmonies of #080579
Complementary color
Monochromatic Colors of #080579
Black with #080579
Text Example
Text Example
White with #080579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080579; }
p { color: rgb(8,5,121); }
H1.HeaderClassName
{
color: #080579;
}
.AnyTagClassName
{
color: #080579;
}
</style>
background-color css
<style>
a { background-color: #080579; }
a { background-color: rgb(8,5,121); }
div.DivClassName
{
background-color: #080579;
}
.BgClassName
{
background-color: #080579;
}
</style>
border-color css
<style>
span { border-color: #080579; }
span { border-color: rgb(8,5,121); }
td.TdClassName
{
border-color: #080579;
}
.TagClassName
{
border-color: #080579;
}
</style>