Shades of Midnight Blue #160560
Tints of Midnight Blue #160560
RGB
CMYK
RGB Variations
Color information
#160560 (or 0x160560) is known color: Midnight Blue. HEX triplet: 16, 05 and 60. RGB value is (22,5,96). Sum of RGB (Red+Green+Blue) = 22+5+96=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #160560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160560 is #E9FA9F. Grayscale: #141414. Windows color (decimal): -15334048 or 6292758. OLE color: 6292758.
HSL color Cylindrical-coordinate representation of color #160560: hue angle of 251.21º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160560 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 5 | 96 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.62 |
| HSL | 251.21º | 0.9% | 0.2% | - |
| HSV(B) | 251.21º | 0.95% | 0.38% | - |
| XYZ | 2.5 | 1.12 | 11.15 | - |
| YUV | 20.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 96 | 0.77 | 0.95 | 0 | 0.62 | 251.21 | 0.9 | 0.2 |
| Hex | 16 | 5 | 60 | 4D | 5F | 0 | 3E | FB | 5A | 14 |
| Octal | 26 | 5 | 140 | 115 | 137 | 0 | 76 | 373 | 132 | 24 |
| Binary | 10110 | 101 | 1100000 | 1001101 | 1011111 | 0 | 111110 | 11111011 | 1011010 | 10100 |
Color Harmonies of #160560
Complementary color
Monochromatic Colors of #160560
Black with #160560
Text Example
Text Example
White with #160560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160560; }
p { color: rgb(22,5,96); }
H1.HeaderClassName
{
color: #160560;
}
.AnyTagClassName
{
color: #160560;
}
</style>
background-color css
<style>
a { background-color: #160560; }
a { background-color: rgb(22,5,96); }
div.DivClassName
{
background-color: #160560;
}
.BgClassName
{
background-color: #160560;
}
</style>
border-color css
<style>
span { border-color: #160560; }
span { border-color: rgb(22,5,96); }
td.TdClassName
{
border-color: #160560;
}
.TagClassName
{
border-color: #160560;
}
</style>