Shades of Midnight Blue #160E60
Tints of Midnight Blue #160E60
RGB
CMYK
RGB Variations
Color information
#160E60 (or 0x160E60) is known color: Midnight Blue. HEX triplet: 16, 0E and 60. RGB value is (22,14,96). Sum of RGB (Red+Green+Blue) = 22+14+96=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #160E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E60 is #E9F19F. Grayscale: #191919. Windows color (decimal): -15331744 or 6295062. OLE color: 6295062.
HSL color Cylindrical-coordinate representation of color #160E60: hue angle of 245.85º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #160E60 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 14 | 96 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.62 |
| HSL | 245.85º | 0.75% | 0.22% | - |
| HSV(B) | 245.85º | 0.85% | 0.38% | - |
| XYZ | 2.6 | 1.33 | 11.19 | - |
| YUV | 25.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 14 | 96 | 0.77 | 0.85 | 0 | 0.62 | 245.85 | 0.75 | 0.22 |
| Hex | 16 | E | 60 | 4D | 55 | 0 | 3E | F6 | 4B | 16 |
| Octal | 26 | 16 | 140 | 115 | 125 | 0 | 76 | 366 | 113 | 26 |
| Binary | 10110 | 1110 | 1100000 | 1001101 | 1010101 | 0 | 111110 | 11110110 | 1001011 | 10110 |
Color Harmonies of #160E60
Complementary color
Monochromatic Colors of #160E60
Black with #160E60
Text Example
Text Example
White with #160E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160E60; }
p { color: rgb(22,14,96); }
H1.HeaderClassName
{
color: #160E60;
}
.AnyTagClassName
{
color: #160E60;
}
</style>
background-color css
<style>
a { background-color: #160E60; }
a { background-color: rgb(22,14,96); }
div.DivClassName
{
background-color: #160E60;
}
.BgClassName
{
background-color: #160E60;
}
</style>
border-color css
<style>
span { border-color: #160E60; }
span { border-color: rgb(22,14,96); }
td.TdClassName
{
border-color: #160E60;
}
.TagClassName
{
border-color: #160E60;
}
</style>