Shades of Navy #050E77
Tints of Navy #050E77
RGB
CMYK
RGB Variations
Color information
#050E77 (or 0x050E77) is known color: Navy. HEX triplet: 05, 0E and 77. RGB value is (5,14,119). Sum of RGB (Red+Green+Blue) = 5+14+119=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 119 (46.88% from 255 or 86.23% from 138); Max value from RGB is 119 - color contains mainly: blue. Hex color #050E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E77 is #FAF188. Grayscale: #161616. Windows color (decimal): -16445833 or 7802373. OLE color: 7802373.
HSL color Cylindrical-coordinate representation of color #050E77: hue angle of 235.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E77 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 14 | 119 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.53 |
| HSL | 235.26º | 0.92% | 0.24% | - |
| HSV(B) | 235.26º | 0.96% | 0.47% | - |
| XYZ | 3.55 | 1.68 | 17.59 | - |
| YUV | 23.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 119 | 0.96 | 0.88 | 0 | 0.53 | 235.26 | 0.92 | 0.24 |
| Hex | 5 | E | 77 | 60 | 58 | 0 | 35 | EB | 5C | 18 |
| Octal | 5 | 16 | 167 | 140 | 130 | 0 | 65 | 353 | 134 | 30 |
| Binary | 101 | 1110 | 1110111 | 1100000 | 1011000 | 0 | 110101 | 11101011 | 1011100 | 11000 |
Color Harmonies of #050E77
Complementary color
Monochromatic Colors of #050E77
Black with #050E77
Text Example
Text Example
White with #050E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E77; }
p { color: rgb(5,14,119); }
H1.HeaderClassName
{
color: #050E77;
}
.AnyTagClassName
{
color: #050E77;
}
</style>
background-color css
<style>
a { background-color: #050E77; }
a { background-color: rgb(5,14,119); }
div.DivClassName
{
background-color: #050E77;
}
.BgClassName
{
background-color: #050E77;
}
</style>
border-color css
<style>
span { border-color: #050E77; }
span { border-color: rgb(5,14,119); }
td.TdClassName
{
border-color: #050E77;
}
.TagClassName
{
border-color: #050E77;
}
</style>