Shades of Navy #050160
Tints of Navy #050160
RGB
CMYK
RGB Variations
Color information
#050160 (or 0x050160) is known color: Navy. HEX triplet: 05, 01 and 60. RGB value is (5,1,96). Sum of RGB (Red+Green+Blue) = 5+1+96=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 96 (37.89% from 255 or 94.12% from 102); Max value from RGB is 96 - color contains mainly: blue. Hex color #050160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050160 is #FAFE9F. Grayscale: #0C0C0C. Windows color (decimal): -16449184 or 6291717. OLE color: 6291717.
HSL color Cylindrical-coordinate representation of color #050160: hue angle of 242.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050160 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 1 | 96 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.62 |
| HSL | 242.53º | 0.98% | 0.19% | - |
| HSV(B) | 242.53º | 0.99% | 0.38% | - |
| XYZ | 2.18 | 0.9 | 11.12 | - |
| YUV | 13.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 96 | 0.95 | 0.99 | 0 | 0.62 | 242.53 | 0.98 | 0.19 |
| Hex | 5 | 1 | 60 | 5F | 63 | 0 | 3E | F3 | 62 | 13 |
| Octal | 5 | 1 | 140 | 137 | 143 | 0 | 76 | 363 | 142 | 23 |
| Binary | 101 | 1 | 1100000 | 1011111 | 1100011 | 0 | 111110 | 11110011 | 1100010 | 10011 |
Color Harmonies of #050160
Complementary color
Monochromatic Colors of #050160
Black with #050160
Text Example
Text Example
White with #050160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050160; }
p { color: rgb(5,1,96); }
H1.HeaderClassName
{
color: #050160;
}
.AnyTagClassName
{
color: #050160;
}
</style>
background-color css
<style>
a { background-color: #050160; }
a { background-color: rgb(5,1,96); }
div.DivClassName
{
background-color: #050160;
}
.BgClassName
{
background-color: #050160;
}
</style>
border-color css
<style>
span { border-color: #050160; }
span { border-color: rgb(5,1,96); }
td.TdClassName
{
border-color: #050160;
}
.TagClassName
{
border-color: #050160;
}
</style>