Shades of Navy #050773
Tints of Navy #050773
RGB
CMYK
RGB Variations
Color information
#050773 (or 0x050773) is known color: Navy. HEX triplet: 05, 07 and 73. RGB value is (5,7,115). Sum of RGB (Red+Green+Blue) = 5+7+115=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #050773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050773 is #FAF88C. Grayscale: #121212. Windows color (decimal): -16447629 or 7538437. OLE color: 7538437.
HSL color Cylindrical-coordinate representation of color #050773: hue angle of 238.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050773 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 7 | 115 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.55 |
| HSL | 238.91º | 0.92% | 0.24% | - |
| HSV(B) | 238.91º | 0.96% | 0.45% | - |
| XYZ | 3.23 | 1.42 | 16.32 | - |
| YUV | 18.71 | 182.34 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 115 | 0.96 | 0.94 | 0 | 0.55 | 238.91 | 0.92 | 0.24 |
| Hex | 5 | 7 | 73 | 60 | 5E | 0 | 37 | EF | 5C | 18 |
| Octal | 5 | 7 | 163 | 140 | 136 | 0 | 67 | 357 | 134 | 30 |
| Binary | 101 | 111 | 1110011 | 1100000 | 1011110 | 0 | 110111 | 11101111 | 1011100 | 11000 |
Color Harmonies of #050773
Complementary color
Monochromatic Colors of #050773
Black with #050773
Text Example
Text Example
White with #050773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050773; }
p { color: rgb(5,7,115); }
H1.HeaderClassName
{
color: #050773;
}
.AnyTagClassName
{
color: #050773;
}
</style>
background-color css
<style>
a { background-color: #050773; }
a { background-color: rgb(5,7,115); }
div.DivClassName
{
background-color: #050773;
}
.BgClassName
{
background-color: #050773;
}
</style>
border-color css
<style>
span { border-color: #050773; }
span { border-color: rgb(5,7,115); }
td.TdClassName
{
border-color: #050773;
}
.TagClassName
{
border-color: #050773;
}
</style>