Shades of Navy #050E80
Tints of Navy #050E80
RGB
CMYK
RGB Variations
Color information
#050E80 (or 0x050E80) is known color: Navy. HEX triplet: 05, 0E and 80. RGB value is (5,14,128). Sum of RGB (Red+Green+Blue) = 5+14+128=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 128 (50.39% from 255 or 87.07% from 147); Max value from RGB is 128 - color contains mainly: blue. Hex color #050E80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E80 is #FAF17F. Grayscale: #171717. Windows color (decimal): -16445824 or 8392197. OLE color: 8392197.
HSL color Cylindrical-coordinate representation of color #050E80: hue angle of 235.61º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E80 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 14 | 128 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.50 |
| HSL | 235.61º | 0.92% | 0.26% | - |
| HSV(B) | 235.61º | 0.96% | 0.5% | - |
| XYZ | 4.12 | 1.9 | 20.57 | - |
| YUV | 24.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 128 | 0.96 | 0.89 | 0 | 0.50 | 235.61 | 0.92 | 0.26 |
| Hex | 5 | E | 80 | 60 | 59 | 0 | 32 | EC | 5C | 1A |
| Octal | 5 | 16 | 200 | 140 | 131 | 0 | 62 | 354 | 134 | 32 |
| Binary | 101 | 1110 | 10000000 | 1100000 | 1011001 | 0 | 110010 | 11101100 | 1011100 | 11010 |
Color Harmonies of #050E80
Complementary color
Monochromatic Colors of #050E80
Black with #050E80
Text Example
Text Example
White with #050E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E80; }
p { color: rgb(5,14,128); }
H1.HeaderClassName
{
color: #050E80;
}
.AnyTagClassName
{
color: #050E80;
}
</style>
background-color css
<style>
a { background-color: #050E80; }
a { background-color: rgb(5,14,128); }
div.DivClassName
{
background-color: #050E80;
}
.BgClassName
{
background-color: #050E80;
}
</style>
border-color css
<style>
span { border-color: #050E80; }
span { border-color: rgb(5,14,128); }
td.TdClassName
{
border-color: #050E80;
}
.TagClassName
{
border-color: #050E80;
}
</style>