Shades of Navy #050770
Tints of Navy #050770
RGB
CMYK
RGB Variations
Color information
#050770 (or 0x050770) is known color: Navy. HEX triplet: 05, 07 and 70. RGB value is (5,7,112). Sum of RGB (Red+Green+Blue) = 5+7+112=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #050770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050770 is #FAF88F. Grayscale: #111111. Windows color (decimal): -16447632 or 7341829. OLE color: 7341829.
HSL color Cylindrical-coordinate representation of color #050770: hue angle of 238.88º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050770 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 7 | 112 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.56 |
| HSL | 238.88º | 0.91% | 0.23% | - |
| HSV(B) | 238.88º | 0.96% | 0.44% | - |
| XYZ | 3.06 | 1.35 | 15.43 | - |
| YUV | 18.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 112 | 0.96 | 0.94 | 0 | 0.56 | 238.88 | 0.91 | 0.23 |
| Hex | 5 | 7 | 70 | 60 | 5E | 0 | 38 | EF | 5B | 17 |
| Octal | 5 | 7 | 160 | 140 | 136 | 0 | 70 | 357 | 133 | 27 |
| Binary | 101 | 111 | 1110000 | 1100000 | 1011110 | 0 | 111000 | 11101111 | 1011011 | 10111 |
Color Harmonies of #050770
Complementary color
Monochromatic Colors of #050770
Black with #050770
Text Example
Text Example
White with #050770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050770; }
p { color: rgb(5,7,112); }
H1.HeaderClassName
{
color: #050770;
}
.AnyTagClassName
{
color: #050770;
}
</style>
background-color css
<style>
a { background-color: #050770; }
a { background-color: rgb(5,7,112); }
div.DivClassName
{
background-color: #050770;
}
.BgClassName
{
background-color: #050770;
}
</style>
border-color css
<style>
span { border-color: #050770; }
span { border-color: rgb(5,7,112); }
td.TdClassName
{
border-color: #050770;
}
.TagClassName
{
border-color: #050770;
}
</style>