Shades of Navy #080578
Tints of Navy #080578
RGB
CMYK
RGB Variations
Color information
#080578 (or 0x080578) is known color: Navy. HEX triplet: 08, 05 and 78. RGB value is (8,5,120). Sum of RGB (Red+Green+Blue) = 8+5+120=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 120 (47.27% from 255 or 90.23% from 133); Max value from RGB is 120 - color contains mainly: blue. Hex color #080578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080578 is #F7FA87. Grayscale: #121212. Windows color (decimal): -16251528 or 7865608. OLE color: 7865608.
HSL color Cylindrical-coordinate representation of color #080578: hue angle of 241.57º 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 #080578 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 5 | 120 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.53 |
| HSL | 241.57º | 0.92% | 0.25% | - |
| HSV(B) | 241.57º | 0.96% | 0.47% | - |
| XYZ | 3.54 | 1.52 | 17.88 | - |
| YUV | 19.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 120 | 0.93 | 0.96 | 0 | 0.53 | 241.57 | 0.92 | 0.25 |
| Hex | 8 | 5 | 78 | 5D | 60 | 0 | 35 | F2 | 5C | 19 |
| Octal | 10 | 5 | 170 | 135 | 140 | 0 | 65 | 362 | 134 | 31 |
| Binary | 1000 | 101 | 1111000 | 1011101 | 1100000 | 0 | 110101 | 11110010 | 1011100 | 11001 |
Color Harmonies of #080578
Complementary color
Monochromatic Colors of #080578
Black with #080578
Text Example
Text Example
White with #080578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080578; }
p { color: rgb(8,5,120); }
H1.HeaderClassName
{
color: #080578;
}
.AnyTagClassName
{
color: #080578;
}
</style>
background-color css
<style>
a { background-color: #080578; }
a { background-color: rgb(8,5,120); }
div.DivClassName
{
background-color: #080578;
}
.BgClassName
{
background-color: #080578;
}
</style>
border-color css
<style>
span { border-color: #080578; }
span { border-color: rgb(8,5,120); }
td.TdClassName
{
border-color: #080578;
}
.TagClassName
{
border-color: #080578;
}
</style>