Shades of Navy #050482
Tints of Navy #050482
RGB
CMYK
RGB Variations
Color information
#050482 (or 0x050482) is known color: Navy. HEX triplet: 05, 04 and 82. RGB value is (5,4,130). Sum of RGB (Red+Green+Blue) = 5+4+130=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 130 (51.17% from 255 or 93.53% from 139); Max value from RGB is 130 - color contains mainly: blue. Hex color #050482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050482 is #FAFB7D. Grayscale: #121212. Windows color (decimal): -16448382 or 8520709. OLE color: 8520709.
HSL color Cylindrical-coordinate representation of color #050482: hue angle of 240.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050482 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 4 | 130 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.49 |
| HSL | 240.48º | 0.94% | 0.26% | - |
| HSV(B) | 240.48º | 0.97% | 0.51% | - |
| XYZ | 4.14 | 1.73 | 21.24 | - |
| YUV | 18.66 | 190.83 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 130 | 0.96 | 0.97 | 0 | 0.49 | 240.48 | 0.94 | 0.26 |
| Hex | 5 | 4 | 82 | 60 | 61 | 0 | 31 | F0 | 5E | 1A |
| Octal | 5 | 4 | 202 | 140 | 141 | 0 | 61 | 360 | 136 | 32 |
| Binary | 101 | 100 | 10000010 | 1100000 | 1100001 | 0 | 110001 | 11110000 | 1011110 | 11010 |
Color Harmonies of #050482
Complementary color
Monochromatic Colors of #050482
Black with #050482
Text Example
Text Example
White with #050482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050482; }
p { color: rgb(5,4,130); }
H1.HeaderClassName
{
color: #050482;
}
.AnyTagClassName
{
color: #050482;
}
</style>
background-color css
<style>
a { background-color: #050482; }
a { background-color: rgb(5,4,130); }
div.DivClassName
{
background-color: #050482;
}
.BgClassName
{
background-color: #050482;
}
</style>
border-color css
<style>
span { border-color: #050482; }
span { border-color: rgb(5,4,130); }
td.TdClassName
{
border-color: #050482;
}
.TagClassName
{
border-color: #050482;
}
</style>