Shades of Midnight Express #162248
Tints of Midnight Express #162248
RGB
CMYK
RGB Variations
Color information
#162248 (or 0x162248) is known color: Midnight Express. HEX triplet: 16, 22 and 48. RGB value is (22,34,72). Sum of RGB (Red+Green+Blue) = 22+34+72=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #162248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162248 is #E9DDB7. Grayscale: #222222. Windows color (decimal): -15326648 or 4727318. OLE color: 4727318.
HSL color Cylindrical-coordinate representation of color #162248: hue angle of 225.6º 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 #162248 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 34 | 72 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.72 |
| HSL | 225.6º | 0.53% | 0.18% | - |
| HSV(B) | 225.6º | 0.69% | 0.28% | - |
| XYZ | 2.07 | 1.78 | 6.37 | - |
| YUV | 34.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 72 | 0.69 | 0.53 | 0 | 0.72 | 225.6 | 0.53 | 0.18 |
| Hex | 16 | 22 | 48 | 45 | 35 | 0 | 48 | E2 | 35 | 12 |
| Octal | 26 | 42 | 110 | 105 | 65 | 0 | 110 | 342 | 65 | 22 |
| Binary | 10110 | 100010 | 1001000 | 1000101 | 110101 | 0 | 1001000 | 11100010 | 110101 | 10010 |
Color Harmonies of #162248
Complementary color
Monochromatic Colors of #162248
Black with #162248
Text Example
Text Example
White with #162248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162248; }
p { color: rgb(22,34,72); }
H1.HeaderClassName
{
color: #162248;
}
.AnyTagClassName
{
color: #162248;
}
</style>
background-color css
<style>
a { background-color: #162248; }
a { background-color: rgb(22,34,72); }
div.DivClassName
{
background-color: #162248;
}
.BgClassName
{
background-color: #162248;
}
</style>
border-color css
<style>
span { border-color: #162248; }
span { border-color: rgb(22,34,72); }
td.TdClassName
{
border-color: #162248;
}
.TagClassName
{
border-color: #162248;
}
</style>