Shades of Midnight Blue #162270
Tints of Midnight Blue #162270
RGB
CMYK
RGB Variations
Color information
#162270 (or 0x162270) is known color: Midnight Blue. HEX triplet: 16, 22 and 70. RGB value is (22,34,112). Sum of RGB (Red+Green+Blue) = 22+34+112=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #162270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162270 is #E9DD8F. Grayscale: #262626. Windows color (decimal): -15326608 or 7348758. OLE color: 7348758.
HSL color Cylindrical-coordinate representation of color #162270: hue angle of 232º 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 #162270 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 34 | 112 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.56 |
| HSL | 232º | 0.67% | 0.26% | - |
| HSV(B) | 232º | 0.8% | 0.44% | - |
| XYZ | 3.83 | 2.48 | 15.61 | - |
| YUV | 39.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 112 | 0.80 | 0.70 | 0 | 0.56 | 232 | 0.67 | 0.26 |
| Hex | 16 | 22 | 70 | 50 | 46 | 0 | 38 | E8 | 43 | 1A |
| Octal | 26 | 42 | 160 | 120 | 106 | 0 | 70 | 350 | 103 | 32 |
| Binary | 10110 | 100010 | 1110000 | 1010000 | 1000110 | 0 | 111000 | 11101000 | 1000011 | 11010 |
Color Harmonies of #162270
Complementary color
Monochromatic Colors of #162270
Black with #162270
Text Example
Text Example
White with #162270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162270; }
p { color: rgb(22,34,112); }
H1.HeaderClassName
{
color: #162270;
}
.AnyTagClassName
{
color: #162270;
}
</style>
background-color css
<style>
a { background-color: #162270; }
a { background-color: rgb(22,34,112); }
div.DivClassName
{
background-color: #162270;
}
.BgClassName
{
background-color: #162270;
}
</style>
border-color css
<style>
span { border-color: #162270; }
span { border-color: rgb(22,34,112); }
td.TdClassName
{
border-color: #162270;
}
.TagClassName
{
border-color: #162270;
}
</style>