Shades of Midnight Blue #162170
Tints of Midnight Blue #162170
RGB
CMYK
RGB Variations
Color information
#162170 (or 0x162170) is known color: Midnight Blue. HEX triplet: 16, 21 and 70. RGB value is (22,33,112). Sum of RGB (Red+Green+Blue) = 22+33+112=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #162170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162170 is #E9DE8F. Grayscale: #262626. Windows color (decimal): -15326864 or 7348502. OLE color: 7348502.
HSL color Cylindrical-coordinate representation of color #162170: hue angle of 232.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #162170 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 33 | 112 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.56 |
| HSL | 232.67º | 0.67% | 0.26% | - |
| HSV(B) | 232.67º | 0.8% | 0.44% | - |
| XYZ | 3.8 | 2.43 | 15.6 | - |
| YUV | 38.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 112 | 0.80 | 0.71 | 0 | 0.56 | 232.67 | 0.67 | 0.26 |
| Hex | 16 | 21 | 70 | 50 | 47 | 0 | 38 | E9 | 43 | 1A |
| Octal | 26 | 41 | 160 | 120 | 107 | 0 | 70 | 351 | 103 | 32 |
| Binary | 10110 | 100001 | 1110000 | 1010000 | 1000111 | 0 | 111000 | 11101001 | 1000011 | 11010 |
Color Harmonies of #162170
Complementary color
Monochromatic Colors of #162170
Black with #162170
Text Example
Text Example
White with #162170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162170; }
p { color: rgb(22,33,112); }
H1.HeaderClassName
{
color: #162170;
}
.AnyTagClassName
{
color: #162170;
}
</style>
background-color css
<style>
a { background-color: #162170; }
a { background-color: rgb(22,33,112); }
div.DivClassName
{
background-color: #162170;
}
.BgClassName
{
background-color: #162170;
}
</style>
border-color css
<style>
span { border-color: #162170; }
span { border-color: rgb(22,33,112); }
td.TdClassName
{
border-color: #162170;
}
.TagClassName
{
border-color: #162170;
}
</style>