Shades of Navy #050A7C
Tints of Navy #050A7C
RGB
CMYK
RGB Variations
Color information
#050A7C (or 0x050A7C) is known color: Navy. HEX triplet: 05, 0A and 7C. RGB value is (5,10,124). Sum of RGB (Red+Green+Blue) = 5+10+124=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 124 (48.83% from 255 or 89.21% from 139); Max value from RGB is 124 - color contains mainly: blue. Hex color #050A7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A7C is #FAF583. Grayscale: #151515. Windows color (decimal): -16446852 or 8129029. OLE color: 8129029.
HSL color Cylindrical-coordinate representation of color #050A7C: hue angle of 237.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050A7C is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 10 | 124 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.51 |
| HSL | 237.48º | 0.92% | 0.25% | - |
| HSV(B) | 237.48º | 0.96% | 0.49% | - |
| XYZ | 3.81 | 1.7 | 19.2 | - |
| YUV | 21.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 124 | 0.96 | 0.92 | 0 | 0.51 | 237.48 | 0.92 | 0.25 |
| Hex | 5 | A | 7C | 60 | 5C | 0 | 33 | ED | 5C | 19 |
| Octal | 5 | 12 | 174 | 140 | 134 | 0 | 63 | 355 | 134 | 31 |
| Binary | 101 | 1010 | 1111100 | 1100000 | 1011100 | 0 | 110011 | 11101101 | 1011100 | 11001 |
Color Harmonies of #050A7C
Complementary color
Monochromatic Colors of #050A7C
Black with #050A7C
Text Example
Text Example
White with #050A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A7C; }
p { color: rgb(5,10,124); }
H1.HeaderClassName
{
color: #050A7C;
}
.AnyTagClassName
{
color: #050A7C;
}
</style>
background-color css
<style>
a { background-color: #050A7C; }
a { background-color: rgb(5,10,124); }
div.DivClassName
{
background-color: #050A7C;
}
.BgClassName
{
background-color: #050A7C;
}
</style>
border-color css
<style>
span { border-color: #050A7C; }
span { border-color: rgb(5,10,124); }
td.TdClassName
{
border-color: #050A7C;
}
.TagClassName
{
border-color: #050A7C;
}
</style>