Shades of Navy #050E7B
Tints of Navy #050E7B
RGB
CMYK
RGB Variations
Color information
#050E7B (or 0x050E7B) is known color: Navy. HEX triplet: 05, 0E and 7B. RGB value is (5,14,123). Sum of RGB (Red+Green+Blue) = 5+14+123=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 123 (48.44% from 255 or 86.62% from 142); Max value from RGB is 123 - color contains mainly: blue. Hex color #050E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E7B is #FAF184. Grayscale: #171717. Windows color (decimal): -16445829 or 8064517. OLE color: 8064517.
HSL color Cylindrical-coordinate representation of color #050E7B: hue angle of 235.42º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E7B is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 14 | 123 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.52 |
| HSL | 235.42º | 0.92% | 0.25% | - |
| HSV(B) | 235.42º | 0.96% | 0.48% | - |
| XYZ | 3.79 | 1.78 | 18.88 | - |
| YUV | 23.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 123 | 0.96 | 0.89 | 0 | 0.52 | 235.42 | 0.92 | 0.25 |
| Hex | 5 | E | 7B | 60 | 59 | 0 | 34 | EB | 5C | 19 |
| Octal | 5 | 16 | 173 | 140 | 131 | 0 | 64 | 353 | 134 | 31 |
| Binary | 101 | 1110 | 1111011 | 1100000 | 1011001 | 0 | 110100 | 11101011 | 1011100 | 11001 |
Color Harmonies of #050E7B
Complementary color
Monochromatic Colors of #050E7B
Black with #050E7B
Text Example
Text Example
White with #050E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E7B; }
p { color: rgb(5,14,123); }
H1.HeaderClassName
{
color: #050E7B;
}
.AnyTagClassName
{
color: #050E7B;
}
</style>
background-color css
<style>
a { background-color: #050E7B; }
a { background-color: rgb(5,14,123); }
div.DivClassName
{
background-color: #050E7B;
}
.BgClassName
{
background-color: #050E7B;
}
</style>
border-color css
<style>
span { border-color: #050E7B; }
span { border-color: rgb(5,14,123); }
td.TdClassName
{
border-color: #050E7B;
}
.TagClassName
{
border-color: #050E7B;
}
</style>