Shades of Midnight Blue #160562
Tints of Midnight Blue #160562
RGB
CMYK
RGB Variations
Color information
#160562 (or 0x160562) is known color: Midnight Blue. HEX triplet: 16, 05 and 62. RGB value is (22,5,98). Sum of RGB (Red+Green+Blue) = 22+5+98=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #160562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160562 is #E9FA9D. Grayscale: #141414. Windows color (decimal): -15334046 or 6423830. OLE color: 6423830.
HSL color Cylindrical-coordinate representation of color #160562: hue angle of 250.97º 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 #160562 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 5 | 98 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.62 |
| HSL | 250.97º | 0.9% | 0.2% | - |
| HSV(B) | 250.97º | 0.95% | 0.38% | - |
| XYZ | 2.59 | 1.16 | 11.64 | - |
| YUV | 20.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 98 | 0.78 | 0.95 | 0 | 0.62 | 250.97 | 0.9 | 0.2 |
| Hex | 16 | 5 | 62 | 4E | 5F | 0 | 3E | FB | 5A | 14 |
| Octal | 26 | 5 | 142 | 116 | 137 | 0 | 76 | 373 | 132 | 24 |
| Binary | 10110 | 101 | 1100010 | 1001110 | 1011111 | 0 | 111110 | 11111011 | 1011010 | 10100 |
Color Harmonies of #160562
Complementary color
Monochromatic Colors of #160562
Black with #160562
Text Example
Text Example
White with #160562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160562; }
p { color: rgb(22,5,98); }
H1.HeaderClassName
{
color: #160562;
}
.AnyTagClassName
{
color: #160562;
}
</style>
background-color css
<style>
a { background-color: #160562; }
a { background-color: rgb(22,5,98); }
div.DivClassName
{
background-color: #160562;
}
.BgClassName
{
background-color: #160562;
}
</style>
border-color css
<style>
span { border-color: #160562; }
span { border-color: rgb(22,5,98); }
td.TdClassName
{
border-color: #160562;
}
.TagClassName
{
border-color: #160562;
}
</style>