Shades of Midnight Express #162148
Tints of Midnight Express #162148
RGB
CMYK
RGB Variations
Color information
#162148 (or 0x162148) is known color: Midnight Express. HEX triplet: 16, 21 and 48. RGB value is (22,33,72). Sum of RGB (Red+Green+Blue) = 22+33+72=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #162148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162148 is #E9DEB7. Grayscale: #212121. Windows color (decimal): -15326904 or 4727062. OLE color: 4727062.
HSL color Cylindrical-coordinate representation of color #162148: hue angle of 226.8º 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 #162148 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 33 | 72 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.72 |
| HSL | 226.8º | 0.53% | 0.18% | - |
| HSV(B) | 226.8º | 0.69% | 0.28% | - |
| XYZ | 2.04 | 1.73 | 6.36 | - |
| YUV | 34.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 72 | 0.69 | 0.54 | 0 | 0.72 | 226.8 | 0.53 | 0.18 |
| Hex | 16 | 21 | 48 | 45 | 36 | 0 | 48 | E3 | 35 | 12 |
| Octal | 26 | 41 | 110 | 105 | 66 | 0 | 110 | 343 | 65 | 22 |
| Binary | 10110 | 100001 | 1001000 | 1000101 | 110110 | 0 | 1001000 | 11100011 | 110101 | 10010 |
Color Harmonies of #162148
Complementary color
Monochromatic Colors of #162148
Black with #162148
Text Example
Text Example
White with #162148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162148; }
p { color: rgb(22,33,72); }
H1.HeaderClassName
{
color: #162148;
}
.AnyTagClassName
{
color: #162148;
}
</style>
background-color css
<style>
a { background-color: #162148; }
a { background-color: rgb(22,33,72); }
div.DivClassName
{
background-color: #162148;
}
.BgClassName
{
background-color: #162148;
}
</style>
border-color css
<style>
span { border-color: #162148; }
span { border-color: rgb(22,33,72); }
td.TdClassName
{
border-color: #162148;
}
.TagClassName
{
border-color: #162148;
}
</style>