Shades of Navy #050570
Tints of Navy #050570
RGB
CMYK
RGB Variations
Color information
#050570 (or 0x050570) is known color: Navy. HEX triplet: 05, 05 and 70. RGB value is (5,5,112). Sum of RGB (Red+Green+Blue) = 5+5+112=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 112 (44.14% from 255 or 91.80% from 122); Max value from RGB is 112 - color contains mainly: blue. Hex color #050570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050570 is #FAFA8F. Grayscale: #101010. Windows color (decimal): -16448144 or 7341317. OLE color: 7341317.
HSL color Cylindrical-coordinate representation of color #050570: hue angle of 240º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050570 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 5 | 112 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.56 |
| HSL | 240º | 0.91% | 0.23% | - |
| HSV(B) | 240º | 0.96% | 0.44% | - |
| XYZ | 3.04 | 1.31 | 15.42 | - |
| YUV | 17.2 | 181.5 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 112 | 0.96 | 0.96 | 0 | 0.56 | 240 | 0.91 | 0.23 |
| Hex | 5 | 5 | 70 | 60 | 60 | 0 | 38 | F0 | 5B | 17 |
| Octal | 5 | 5 | 160 | 140 | 140 | 0 | 70 | 360 | 133 | 27 |
| Binary | 101 | 101 | 1110000 | 1100000 | 1100000 | 0 | 111000 | 11110000 | 1011011 | 10111 |
Color Harmonies of #050570
Complementary color
Monochromatic Colors of #050570
Black with #050570
Text Example
Text Example
White with #050570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050570; }
p { color: rgb(5,5,112); }
H1.HeaderClassName
{
color: #050570;
}
.AnyTagClassName
{
color: #050570;
}
</style>
background-color css
<style>
a { background-color: #050570; }
a { background-color: rgb(5,5,112); }
div.DivClassName
{
background-color: #050570;
}
.BgClassName
{
background-color: #050570;
}
</style>
border-color css
<style>
span { border-color: #050570; }
span { border-color: rgb(5,5,112); }
td.TdClassName
{
border-color: #050570;
}
.TagClassName
{
border-color: #050570;
}
</style>