Shades of Midnight Express #162347
Tints of Midnight Express #162347
RGB
CMYK
RGB Variations
Color information
#162347 (or 0x162347) is known color: Midnight Express. HEX triplet: 16, 23 and 47. RGB value is (22,35,71). Sum of RGB (Red+Green+Blue) = 22+35+71=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #162347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162347 is #E9DCB8. Grayscale: #232323. Windows color (decimal): -15326393 or 4662038. OLE color: 4662038.
HSL color Cylindrical-coordinate representation of color #162347: hue angle of 224.08º 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 #162347 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 35 | 71 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.72 |
| HSL | 224.08º | 0.53% | 0.18% | - |
| HSV(B) | 224.08º | 0.69% | 0.28% | - |
| XYZ | 2.07 | 1.83 | 6.2 | - |
| YUV | 35.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 71 | 0.69 | 0.51 | 0 | 0.72 | 224.08 | 0.53 | 0.18 |
| Hex | 16 | 23 | 47 | 45 | 33 | 0 | 48 | E0 | 35 | 12 |
| Octal | 26 | 43 | 107 | 105 | 63 | 0 | 110 | 340 | 65 | 22 |
| Binary | 10110 | 100011 | 1000111 | 1000101 | 110011 | 0 | 1001000 | 11100000 | 110101 | 10010 |
Color Harmonies of #162347
Complementary color
Monochromatic Colors of #162347
Black with #162347
Text Example
Text Example
White with #162347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162347; }
p { color: rgb(22,35,71); }
H1.HeaderClassName
{
color: #162347;
}
.AnyTagClassName
{
color: #162347;
}
</style>
background-color css
<style>
a { background-color: #162347; }
a { background-color: rgb(22,35,71); }
div.DivClassName
{
background-color: #162347;
}
.BgClassName
{
background-color: #162347;
}
</style>
border-color css
<style>
span { border-color: #162347; }
span { border-color: rgb(22,35,71); }
td.TdClassName
{
border-color: #162347;
}
.TagClassName
{
border-color: #162347;
}
</style>