Shades of Navy #050060
Tints of Navy #050060
RGB
CMYK
RGB Variations
Color information
#050060 (or 0x050060) is known color: Navy. HEX triplet: 05, 00 and 60. RGB value is (5,0,96). Sum of RGB (Red+Green+Blue) = 5+0+96=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 96 (37.89% from 255 or 95.05% from 101); Max value from RGB is 96 - color contains mainly: blue. Hex color #050060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050060 is #FAFF9F. Grayscale: #0C0C0C. Windows color (decimal): -16449440 or 6291461. OLE color: 6291461.
HSL color Cylindrical-coordinate representation of color #050060: hue angle of 243.13º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050060 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 0 | 96 | - |
| CMYK | 0.95 | 1 | 0 | 0.62 |
| HSL | 243.13º | 1% | 0.19% | - |
| HSV(B) | 243.13º | 1% | 0.38% | - |
| XYZ | 2.17 | 0.88 | 11.12 | - |
| YUV | 12.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 96 | 0.95 | 1 | 0 | 0.62 | 243.13 | 1 | 0.19 |
| Hex | 5 | 0 | 60 | 5F | 64 | 0 | 3E | F3 | 64 | 13 |
| Octal | 5 | 0 | 140 | 137 | 144 | 0 | 76 | 363 | 144 | 23 |
| Binary | 101 | 0 | 1100000 | 1011111 | 1100100 | 0 | 111110 | 11110011 | 1100100 | 10011 |
Color Harmonies of #050060
Complementary color
Monochromatic Colors of #050060
Black with #050060
Text Example
Text Example
White with #050060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050060; }
p { color: rgb(5,0,96); }
H1.HeaderClassName
{
color: #050060;
}
.AnyTagClassName
{
color: #050060;
}
</style>
background-color css
<style>
a { background-color: #050060; }
a { background-color: rgb(5,0,96); }
div.DivClassName
{
background-color: #050060;
}
.BgClassName
{
background-color: #050060;
}
</style>
border-color css
<style>
span { border-color: #050060; }
span { border-color: rgb(5,0,96); }
td.TdClassName
{
border-color: #050060;
}
.TagClassName
{
border-color: #050060;
}
</style>