Shades of Midnight Express #162047
Tints of Midnight Express #162047
RGB
CMYK
RGB Variations
Color information
#162047 (or 0x162047) is known color: Midnight Express. HEX triplet: 16, 20 and 47. RGB value is (22,32,71). Sum of RGB (Red+Green+Blue) = 22+32+71=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #162047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162047 is #E9DFB8. Grayscale: #212121. Windows color (decimal): -15327161 or 4661270. OLE color: 4661270.
HSL color Cylindrical-coordinate representation of color #162047: hue angle of 227.76º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #162047 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 32 | 71 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.72 |
| HSL | 227.76º | 0.53% | 0.18% | - |
| HSV(B) | 227.76º | 0.69% | 0.28% | - |
| XYZ | 1.98 | 1.66 | 6.18 | - |
| YUV | 33.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 71 | 0.69 | 0.55 | 0 | 0.72 | 227.76 | 0.53 | 0.18 |
| Hex | 16 | 20 | 47 | 45 | 37 | 0 | 48 | E4 | 35 | 12 |
| Octal | 26 | 40 | 107 | 105 | 67 | 0 | 110 | 344 | 65 | 22 |
| Binary | 10110 | 100000 | 1000111 | 1000101 | 110111 | 0 | 1001000 | 11100100 | 110101 | 10010 |
Color Harmonies of #162047
Complementary color
Monochromatic Colors of #162047
Black with #162047
Text Example
Text Example
White with #162047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162047; }
p { color: rgb(22,32,71); }
H1.HeaderClassName
{
color: #162047;
}
.AnyTagClassName
{
color: #162047;
}
</style>
background-color css
<style>
a { background-color: #162047; }
a { background-color: rgb(22,32,71); }
div.DivClassName
{
background-color: #162047;
}
.BgClassName
{
background-color: #162047;
}
</style>
border-color css
<style>
span { border-color: #162047; }
span { border-color: rgb(22,32,71); }
td.TdClassName
{
border-color: #162047;
}
.TagClassName
{
border-color: #162047;
}
</style>