Shades of Navy #050071
Tints of Navy #050071
RGB
CMYK
RGB Variations
Color information
#050071 (or 0x050071) is known color: Navy. HEX triplet: 05, 00 and 71. RGB value is (5,0,113). Sum of RGB (Red+Green+Blue) = 5+0+113=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 113 (44.53% from 255 or 95.76% from 118); Max value from RGB is 113 - color contains mainly: blue. Hex color #050071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050071 is #FAFF8E. Grayscale: #0D0D0D. Windows color (decimal): -16449423 or 7405573. OLE color: 7405573.
HSL color Cylindrical-coordinate representation of color #050071: hue angle of 242.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050071 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 0 | 113 | - |
| CMYK | 0.96 | 1 | 0 | 0.56 |
| HSL | 242.65º | 1% | 0.22% | - |
| HSV(B) | 242.65º | 1% | 0.44% | - |
| XYZ | 3.04 | 1.22 | 15.7 | - |
| YUV | 14.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 113 | 0.96 | 1 | 0 | 0.56 | 242.65 | 1 | 0.22 |
| Hex | 5 | 0 | 71 | 60 | 64 | 0 | 38 | F3 | 64 | 16 |
| Octal | 5 | 0 | 161 | 140 | 144 | 0 | 70 | 363 | 144 | 26 |
| Binary | 101 | 0 | 1110001 | 1100000 | 1100100 | 0 | 111000 | 11110011 | 1100100 | 10110 |
Color Harmonies of #050071
Complementary color
Monochromatic Colors of #050071
Black with #050071
Text Example
Text Example
White with #050071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050071; }
p { color: rgb(5,0,113); }
H1.HeaderClassName
{
color: #050071;
}
.AnyTagClassName
{
color: #050071;
}
</style>
background-color css
<style>
a { background-color: #050071; }
a { background-color: rgb(5,0,113); }
div.DivClassName
{
background-color: #050071;
}
.BgClassName
{
background-color: #050071;
}
</style>
border-color css
<style>
span { border-color: #050071; }
span { border-color: rgb(5,0,113); }
td.TdClassName
{
border-color: #050071;
}
.TagClassName
{
border-color: #050071;
}
</style>