Shades of Navy #050A70
Tints of Navy #050A70
RGB
CMYK
RGB Variations
Color information
#050A70 (or 0x050A70) is known color: Navy. HEX triplet: 05, 0A and 70. RGB value is (5,10,112). Sum of RGB (Red+Green+Blue) = 5+10+112=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #050A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A70 is #FAF58F. Grayscale: #131313. Windows color (decimal): -16446864 or 7342597. OLE color: 7342597.
HSL color Cylindrical-coordinate representation of color #050A70: hue angle of 237.2º 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 #050A70 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 10 | 112 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.56 |
| HSL | 237.2º | 0.91% | 0.23% | - |
| HSV(B) | 237.2º | 0.96% | 0.44% | - |
| XYZ | 3.1 | 1.42 | 15.44 | - |
| YUV | 20.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 112 | 0.96 | 0.91 | 0 | 0.56 | 237.2 | 0.91 | 0.23 |
| Hex | 5 | A | 70 | 60 | 5B | 0 | 38 | ED | 5B | 17 |
| Octal | 5 | 12 | 160 | 140 | 133 | 0 | 70 | 355 | 133 | 27 |
| Binary | 101 | 1010 | 1110000 | 1100000 | 1011011 | 0 | 111000 | 11101101 | 1011011 | 10111 |
Color Harmonies of #050A70
Complementary color
Monochromatic Colors of #050A70
Black with #050A70
Text Example
Text Example
White with #050A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A70; }
p { color: rgb(5,10,112); }
H1.HeaderClassName
{
color: #050A70;
}
.AnyTagClassName
{
color: #050A70;
}
</style>
background-color css
<style>
a { background-color: #050A70; }
a { background-color: rgb(5,10,112); }
div.DivClassName
{
background-color: #050A70;
}
.BgClassName
{
background-color: #050A70;
}
</style>
border-color css
<style>
span { border-color: #050A70; }
span { border-color: rgb(5,10,112); }
td.TdClassName
{
border-color: #050A70;
}
.TagClassName
{
border-color: #050A70;
}
</style>