Shades of Navy #050777
Tints of Navy #050777
RGB
CMYK
RGB Variations
Color information
#050777 (or 0x050777) is known color: Navy. HEX triplet: 05, 07 and 77. RGB value is (5,7,119). Sum of RGB (Red+Green+Blue) = 5+7+119=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 119 (46.88% from 255 or 90.84% from 131); Max value from RGB is 119 - color contains mainly: blue. Hex color #050777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050777 is #FAF888. Grayscale: #121212. Windows color (decimal): -16447625 or 7800581. OLE color: 7800581.
HSL color Cylindrical-coordinate representation of color #050777: hue angle of 238.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050777 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 7 | 119 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.53 |
| HSL | 238.95º | 0.92% | 0.24% | - |
| HSV(B) | 238.95º | 0.96% | 0.47% | - |
| XYZ | 3.47 | 1.52 | 17.56 | - |
| YUV | 19.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 119 | 0.96 | 0.94 | 0 | 0.53 | 238.95 | 0.92 | 0.24 |
| Hex | 5 | 7 | 77 | 60 | 5E | 0 | 35 | EF | 5C | 18 |
| Octal | 5 | 7 | 167 | 140 | 136 | 0 | 65 | 357 | 134 | 30 |
| Binary | 101 | 111 | 1110111 | 1100000 | 1011110 | 0 | 110101 | 11101111 | 1011100 | 11000 |
Color Harmonies of #050777
Complementary color
Monochromatic Colors of #050777
Black with #050777
Text Example
Text Example
White with #050777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050777; }
p { color: rgb(5,7,119); }
H1.HeaderClassName
{
color: #050777;
}
.AnyTagClassName
{
color: #050777;
}
</style>
background-color css
<style>
a { background-color: #050777; }
a { background-color: rgb(5,7,119); }
div.DivClassName
{
background-color: #050777;
}
.BgClassName
{
background-color: #050777;
}
</style>
border-color css
<style>
span { border-color: #050777; }
span { border-color: rgb(5,7,119); }
td.TdClassName
{
border-color: #050777;
}
.TagClassName
{
border-color: #050777;
}
</style>