Shades of Midnight Blue #162572
Tints of Midnight Blue #162572
RGB
CMYK
RGB Variations
Color information
#162572 (or 0x162572) is known color: Midnight Blue. HEX triplet: 16, 25 and 72. RGB value is (22,37,114). Sum of RGB (Red+Green+Blue) = 22+37+114=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #162572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162572 is #E9DA8D. Grayscale: #282828. Windows color (decimal): -15325838 or 7480598. OLE color: 7480598.
HSL color Cylindrical-coordinate representation of color #162572: hue angle of 230.22º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #162572 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 37 | 114 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.55 |
| HSL | 230.22º | 0.68% | 0.27% | - |
| HSV(B) | 230.22º | 0.81% | 0.45% | - |
| XYZ | 4.03 | 2.71 | 16.23 | - |
| YUV | 41.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 114 | 0.81 | 0.68 | 0 | 0.55 | 230.22 | 0.68 | 0.27 |
| Hex | 16 | 25 | 72 | 51 | 44 | 0 | 37 | E6 | 44 | 1B |
| Octal | 26 | 45 | 162 | 121 | 104 | 0 | 67 | 346 | 104 | 33 |
| Binary | 10110 | 100101 | 1110010 | 1010001 | 1000100 | 0 | 110111 | 11100110 | 1000100 | 11011 |
Color Harmonies of #162572
Complementary color
Monochromatic Colors of #162572
Black with #162572
Text Example
Text Example
White with #162572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162572; }
p { color: rgb(22,37,114); }
H1.HeaderClassName
{
color: #162572;
}
.AnyTagClassName
{
color: #162572;
}
</style>
background-color css
<style>
a { background-color: #162572; }
a { background-color: rgb(22,37,114); }
div.DivClassName
{
background-color: #162572;
}
.BgClassName
{
background-color: #162572;
}
</style>
border-color css
<style>
span { border-color: #162572; }
span { border-color: rgb(22,37,114); }
td.TdClassName
{
border-color: #162572;
}
.TagClassName
{
border-color: #162572;
}
</style>