Shades of Navy #050E7E
Tints of Navy #050E7E
RGB
CMYK
RGB Variations
Color information
#050E7E (or 0x050E7E) is known color: Navy. HEX triplet: 05, 0E and 7E. RGB value is (5,14,126). Sum of RGB (Red+Green+Blue) = 5+14+126=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 126 (49.61% from 255 or 86.90% from 145); Max value from RGB is 126 - color contains mainly: blue. Hex color #050E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E7E is #FAF181. Grayscale: #171717. Windows color (decimal): -16445826 or 8261125. OLE color: 8261125.
HSL color Cylindrical-coordinate representation of color #050E7E: hue angle of 235.54º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E7E is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 14 | 126 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.51 |
| HSL | 235.54º | 0.92% | 0.26% | - |
| HSV(B) | 235.54º | 0.96% | 0.49% | - |
| XYZ | 3.99 | 1.85 | 19.89 | - |
| YUV | 24.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 126 | 0.96 | 0.89 | 0 | 0.51 | 235.54 | 0.92 | 0.26 |
| Hex | 5 | E | 7E | 60 | 59 | 0 | 33 | EC | 5C | 1A |
| Octal | 5 | 16 | 176 | 140 | 131 | 0 | 63 | 354 | 134 | 32 |
| Binary | 101 | 1110 | 1111110 | 1100000 | 1011001 | 0 | 110011 | 11101100 | 1011100 | 11010 |
Color Harmonies of #050E7E
Complementary color
Monochromatic Colors of #050E7E
Black with #050E7E
Text Example
Text Example
White with #050E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E7E; }
p { color: rgb(5,14,126); }
H1.HeaderClassName
{
color: #050E7E;
}
.AnyTagClassName
{
color: #050E7E;
}
</style>
background-color css
<style>
a { background-color: #050E7E; }
a { background-color: rgb(5,14,126); }
div.DivClassName
{
background-color: #050E7E;
}
.BgClassName
{
background-color: #050E7E;
}
</style>
border-color css
<style>
span { border-color: #050E7E; }
span { border-color: rgb(5,14,126); }
td.TdClassName
{
border-color: #050E7E;
}
.TagClassName
{
border-color: #050E7E;
}
</style>