Shades of Navy #050B70
Tints of Navy #050B70
RGB
CMYK
RGB Variations
Color information
#050B70 (or 0x050B70) is known color: Navy. HEX triplet: 05, 0B and 70. RGB value is (5,11,112). Sum of RGB (Red+Green+Blue) = 5+11+112=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #050B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B70 is #FAF48F. Grayscale: #141414. Windows color (decimal): -16446608 or 7342853. OLE color: 7342853.
HSL color Cylindrical-coordinate representation of color #050B70: hue angle of 236.64º 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 #050B70 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 11 | 112 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.56 |
| HSL | 236.64º | 0.91% | 0.23% | - |
| HSV(B) | 236.64º | 0.96% | 0.44% | - |
| XYZ | 3.11 | 1.44 | 15.44 | - |
| YUV | 20.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 112 | 0.96 | 0.90 | 0 | 0.56 | 236.64 | 0.91 | 0.23 |
| Hex | 5 | B | 70 | 60 | 5A | 0 | 38 | ED | 5B | 17 |
| Octal | 5 | 13 | 160 | 140 | 132 | 0 | 70 | 355 | 133 | 27 |
| Binary | 101 | 1011 | 1110000 | 1100000 | 1011010 | 0 | 111000 | 11101101 | 1011011 | 10111 |
Color Harmonies of #050B70
Complementary color
Monochromatic Colors of #050B70
Black with #050B70
Text Example
Text Example
White with #050B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B70; }
p { color: rgb(5,11,112); }
H1.HeaderClassName
{
color: #050B70;
}
.AnyTagClassName
{
color: #050B70;
}
</style>
background-color css
<style>
a { background-color: #050B70; }
a { background-color: rgb(5,11,112); }
div.DivClassName
{
background-color: #050B70;
}
.BgClassName
{
background-color: #050B70;
}
</style>
border-color css
<style>
span { border-color: #050B70; }
span { border-color: rgb(5,11,112); }
td.TdClassName
{
border-color: #050B70;
}
.TagClassName
{
border-color: #050B70;
}
</style>