Shades of Navy #050E70
Tints of Navy #050E70
RGB
CMYK
RGB Variations
Color information
#050E70 (or 0x050E70) is known color: Navy. HEX triplet: 05, 0E and 70. RGB value is (5,14,112). Sum of RGB (Red+Green+Blue) = 5+14+112=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #050E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E70 is #FAF18F. Grayscale: #161616. Windows color (decimal): -16445840 or 7343621. OLE color: 7343621.
HSL color Cylindrical-coordinate representation of color #050E70: hue angle of 234.95º 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 #050E70 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 14 | 112 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.56 |
| HSL | 234.95º | 0.91% | 0.23% | - |
| HSV(B) | 234.95º | 0.96% | 0.44% | - |
| XYZ | 3.14 | 1.52 | 15.46 | - |
| YUV | 22.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 112 | 0.96 | 0.88 | 0 | 0.56 | 234.95 | 0.91 | 0.23 |
| Hex | 5 | E | 70 | 60 | 58 | 0 | 38 | EB | 5B | 17 |
| Octal | 5 | 16 | 160 | 140 | 130 | 0 | 70 | 353 | 133 | 27 |
| Binary | 101 | 1110 | 1110000 | 1100000 | 1011000 | 0 | 111000 | 11101011 | 1011011 | 10111 |
Color Harmonies of #050E70
Complementary color
Monochromatic Colors of #050E70
Black with #050E70
Text Example
Text Example
White with #050E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E70; }
p { color: rgb(5,14,112); }
H1.HeaderClassName
{
color: #050E70;
}
.AnyTagClassName
{
color: #050E70;
}
</style>
background-color css
<style>
a { background-color: #050E70; }
a { background-color: rgb(5,14,112); }
div.DivClassName
{
background-color: #050E70;
}
.BgClassName
{
background-color: #050E70;
}
</style>
border-color css
<style>
span { border-color: #050E70; }
span { border-color: rgb(5,14,112); }
td.TdClassName
{
border-color: #050E70;
}
.TagClassName
{
border-color: #050E70;
}
</style>