Shades of Navy #050477
Tints of Navy #050477
RGB
CMYK
RGB Variations
Color information
#050477 (or 0x050477) is known color: Navy. HEX triplet: 05, 04 and 77. RGB value is (5,4,119). Sum of RGB (Red+Green+Blue) = 5+4+119=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 119 (46.88% from 255 or 92.97% from 128); Max value from RGB is 119 - color contains mainly: blue. Hex color #050477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050477 is #FAFB88. Grayscale: #101010. Windows color (decimal): -16448393 or 7799813. OLE color: 7799813.
HSL color Cylindrical-coordinate representation of color #050477: hue angle of 240.52º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050477 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 4 | 119 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.53 |
| HSL | 240.52º | 0.93% | 0.24% | - |
| HSV(B) | 240.52º | 0.97% | 0.47% | - |
| XYZ | 3.44 | 1.45 | 17.55 | - |
| YUV | 17.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 119 | 0.96 | 0.97 | 0 | 0.53 | 240.52 | 0.93 | 0.24 |
| Hex | 5 | 4 | 77 | 60 | 61 | 0 | 35 | F1 | 5D | 18 |
| Octal | 5 | 4 | 167 | 140 | 141 | 0 | 65 | 361 | 135 | 30 |
| Binary | 101 | 100 | 1110111 | 1100000 | 1100001 | 0 | 110101 | 11110001 | 1011101 | 11000 |
Color Harmonies of #050477
Complementary color
Monochromatic Colors of #050477
Black with #050477
Text Example
Text Example
White with #050477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050477; }
p { color: rgb(5,4,119); }
H1.HeaderClassName
{
color: #050477;
}
.AnyTagClassName
{
color: #050477;
}
</style>
background-color css
<style>
a { background-color: #050477; }
a { background-color: rgb(5,4,119); }
div.DivClassName
{
background-color: #050477;
}
.BgClassName
{
background-color: #050477;
}
</style>
border-color css
<style>
span { border-color: #050477; }
span { border-color: rgb(5,4,119); }
td.TdClassName
{
border-color: #050477;
}
.TagClassName
{
border-color: #050477;
}
</style>