Shades of Midnight Express #162243
Tints of Midnight Express #162243
RGB
CMYK
RGB Variations
Color information
#162243 (or 0x162243) is known color: Midnight Express. HEX triplet: 16, 22 and 43. RGB value is (22,34,67). Sum of RGB (Red+Green+Blue) = 22+34+67=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #162243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162243 is #E9DDBC. Grayscale: #222222. Windows color (decimal): -15326653 or 4399638. OLE color: 4399638.
HSL color Cylindrical-coordinate representation of color #162243: hue angle of 224º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #162243 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 34 | 67 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.74 |
| HSL | 224º | 0.51% | 0.17% | - |
| HSV(B) | 224º | 0.67% | 0.26% | - |
| XYZ | 1.92 | 1.72 | 5.54 | - |
| YUV | 34.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 67 | 0.67 | 0.49 | 0 | 0.74 | 224 | 0.51 | 0.17 |
| Hex | 16 | 22 | 43 | 43 | 31 | 0 | 4A | E0 | 33 | 11 |
| Octal | 26 | 42 | 103 | 103 | 61 | 0 | 112 | 340 | 63 | 21 |
| Binary | 10110 | 100010 | 1000011 | 1000011 | 110001 | 0 | 1001010 | 11100000 | 110011 | 10001 |
Color Harmonies of #162243
Complementary color
Monochromatic Colors of #162243
Black with #162243
Text Example
Text Example
White with #162243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162243; }
p { color: rgb(22,34,67); }
H1.HeaderClassName
{
color: #162243;
}
.AnyTagClassName
{
color: #162243;
}
</style>
background-color css
<style>
a { background-color: #162243; }
a { background-color: rgb(22,34,67); }
div.DivClassName
{
background-color: #162243;
}
.BgClassName
{
background-color: #162243;
}
</style>
border-color css
<style>
span { border-color: #162243; }
span { border-color: rgb(22,34,67); }
td.TdClassName
{
border-color: #162243;
}
.TagClassName
{
border-color: #162243;
}
</style>