Shades of Navy #080179
Tints of Navy #080179
RGB
CMYK
RGB Variations
Color information
#080179 (or 0x080179) is known color: Navy. HEX triplet: 08, 01 and 79. RGB value is (8,1,121). Sum of RGB (Red+Green+Blue) = 8+1+121=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 121 (47.66% from 255 or 93.08% from 130); Max value from RGB is 121 - color contains mainly: blue. Hex color #080179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080179 is #F7FE86. Grayscale: #101010. Windows color (decimal): -16252551 or 7930120. OLE color: 7930120.
HSL color Cylindrical-coordinate representation of color #080179: hue angle of 243.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080179 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 1 | 121 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.53 |
| HSL | 243.5º | 0.98% | 0.24% | - |
| HSV(B) | 243.5º | 0.99% | 0.47% | - |
| XYZ | 3.56 | 1.45 | 18.18 | - |
| YUV | 16.77 | 186.82 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 121 | 0.93 | 0.99 | 0 | 0.53 | 243.5 | 0.98 | 0.24 |
| Hex | 8 | 1 | 79 | 5D | 63 | 0 | 35 | F4 | 62 | 18 |
| Octal | 10 | 1 | 171 | 135 | 143 | 0 | 65 | 364 | 142 | 30 |
| Binary | 1000 | 1 | 1111001 | 1011101 | 1100011 | 0 | 110101 | 11110100 | 1100010 | 11000 |
Color Harmonies of #080179
Complementary color
Monochromatic Colors of #080179
Black with #080179
Text Example
Text Example
White with #080179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080179; }
p { color: rgb(8,1,121); }
H1.HeaderClassName
{
color: #080179;
}
.AnyTagClassName
{
color: #080179;
}
</style>
background-color css
<style>
a { background-color: #080179; }
a { background-color: rgb(8,1,121); }
div.DivClassName
{
background-color: #080179;
}
.BgClassName
{
background-color: #080179;
}
</style>
border-color css
<style>
span { border-color: #080179; }
span { border-color: rgb(8,1,121); }
td.TdClassName
{
border-color: #080179;
}
.TagClassName
{
border-color: #080179;
}
</style>