Shades of Navy #050A7E
Tints of Navy #050A7E
RGB
CMYK
RGB Variations
Color information
#050A7E (or 0x050A7E) is known color: Navy. HEX triplet: 05, 0A and 7E. RGB value is (5,10,126). Sum of RGB (Red+Green+Blue) = 5+10+126=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 126 (49.61% from 255 or 89.36% from 141); Max value from RGB is 126 - color contains mainly: blue. Hex color #050A7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A7E is #FAF581. Grayscale: #151515. Windows color (decimal): -16446850 or 8260101. OLE color: 8260101.
HSL color Cylindrical-coordinate representation of color #050A7E: hue angle of 237.52º 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 #050A7E is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 10 | 126 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.51 |
| HSL | 237.52º | 0.92% | 0.26% | - |
| HSV(B) | 237.52º | 0.96% | 0.49% | - |
| XYZ | 3.94 | 1.76 | 19.87 | - |
| YUV | 21.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 126 | 0.96 | 0.92 | 0 | 0.51 | 237.52 | 0.92 | 0.26 |
| Hex | 5 | A | 7E | 60 | 5C | 0 | 33 | EE | 5C | 1A |
| Octal | 5 | 12 | 176 | 140 | 134 | 0 | 63 | 356 | 134 | 32 |
| Binary | 101 | 1010 | 1111110 | 1100000 | 1011100 | 0 | 110011 | 11101110 | 1011100 | 11010 |
Color Harmonies of #050A7E
Complementary color
Monochromatic Colors of #050A7E
Black with #050A7E
Text Example
Text Example
White with #050A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A7E; }
p { color: rgb(5,10,126); }
H1.HeaderClassName
{
color: #050A7E;
}
.AnyTagClassName
{
color: #050A7E;
}
</style>
background-color css
<style>
a { background-color: #050A7E; }
a { background-color: rgb(5,10,126); }
div.DivClassName
{
background-color: #050A7E;
}
.BgClassName
{
background-color: #050A7E;
}
</style>
border-color css
<style>
span { border-color: #050A7E; }
span { border-color: rgb(5,10,126); }
td.TdClassName
{
border-color: #050A7E;
}
.TagClassName
{
border-color: #050A7E;
}
</style>