Shades of Navy #050582
Tints of Navy #050582
RGB
CMYK
RGB Variations
Color information
#050582 (or 0x050582) is known color: Navy. HEX triplet: 05, 05 and 82. RGB value is (5,5,130). Sum of RGB (Red+Green+Blue) = 5+5+130=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 130 (51.17% from 255 or 92.86% from 140); Max value from RGB is 130 - color contains mainly: blue. Hex color #050582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050582 is #FAFA7D. Grayscale: #121212. Windows color (decimal): -16448126 or 8520965. OLE color: 8520965.
HSL color Cylindrical-coordinate representation of color #050582: hue angle of 240º 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 #050582 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 5 | 130 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.49 |
| HSL | 240º | 0.93% | 0.26% | - |
| HSV(B) | 240º | 0.96% | 0.51% | - |
| XYZ | 4.15 | 1.75 | 21.24 | - |
| YUV | 19.25 | 190.5 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 130 | 0.96 | 0.96 | 0 | 0.49 | 240 | 0.93 | 0.26 |
| Hex | 5 | 5 | 82 | 60 | 60 | 0 | 31 | F0 | 5D | 1A |
| Octal | 5 | 5 | 202 | 140 | 140 | 0 | 61 | 360 | 135 | 32 |
| Binary | 101 | 101 | 10000010 | 1100000 | 1100000 | 0 | 110001 | 11110000 | 1011101 | 11010 |
Color Harmonies of #050582
Complementary color
Monochromatic Colors of #050582
Black with #050582
Text Example
Text Example
White with #050582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050582; }
p { color: rgb(5,5,130); }
H1.HeaderClassName
{
color: #050582;
}
.AnyTagClassName
{
color: #050582;
}
</style>
background-color css
<style>
a { background-color: #050582; }
a { background-color: rgb(5,5,130); }
div.DivClassName
{
background-color: #050582;
}
.BgClassName
{
background-color: #050582;
}
</style>
border-color css
<style>
span { border-color: #050582; }
span { border-color: rgb(5,5,130); }
td.TdClassName
{
border-color: #050582;
}
.TagClassName
{
border-color: #050582;
}
</style>