Shades of Navy #080582
Tints of Navy #080582
RGB
CMYK
RGB Variations
Color information
#080582 (or 0x080582) is known color: Navy. HEX triplet: 08, 05 and 82. RGB value is (8,5,130). Sum of RGB (Red+Green+Blue) = 8+5+130=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 130 (51.17% from 255 or 90.91% from 143); Max value from RGB is 130 - color contains mainly: blue. Hex color #080582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080582 is #F7FA7D. Grayscale: #131313. Windows color (decimal): -16251518 or 8520968. OLE color: 8520968.
HSL color Cylindrical-coordinate representation of color #080582: hue angle of 241.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080582 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 5 | 130 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.49 |
| HSL | 241.44º | 0.93% | 0.26% | - |
| HSV(B) | 241.44º | 0.96% | 0.51% | - |
| XYZ | 4.18 | 1.77 | 21.24 | - |
| YUV | 20.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 130 | 0.94 | 0.96 | 0 | 0.49 | 241.44 | 0.93 | 0.26 |
| Hex | 8 | 5 | 82 | 5E | 60 | 0 | 31 | F1 | 5D | 1A |
| Octal | 10 | 5 | 202 | 136 | 140 | 0 | 61 | 361 | 135 | 32 |
| Binary | 1000 | 101 | 10000010 | 1011110 | 1100000 | 0 | 110001 | 11110001 | 1011101 | 11010 |
Color Harmonies of #080582
Complementary color
Monochromatic Colors of #080582
Black with #080582
Text Example
Text Example
White with #080582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080582; }
p { color: rgb(8,5,130); }
H1.HeaderClassName
{
color: #080582;
}
.AnyTagClassName
{
color: #080582;
}
</style>
background-color css
<style>
a { background-color: #080582; }
a { background-color: rgb(8,5,130); }
div.DivClassName
{
background-color: #080582;
}
.BgClassName
{
background-color: #080582;
}
</style>
border-color css
<style>
span { border-color: #080582; }
span { border-color: rgb(8,5,130); }
td.TdClassName
{
border-color: #080582;
}
.TagClassName
{
border-color: #080582;
}
</style>