Shades of Midnight Express #162340
Tints of Midnight Express #162340
RGB
CMYK
RGB Variations
Color information
#162340 (or 0x162340) is known color: Midnight Express. HEX triplet: 16, 23 and 40. RGB value is (22,35,64). Sum of RGB (Red+Green+Blue) = 22+35+64=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #162340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162340 is #E9DCBF. Grayscale: #222222. Windows color (decimal): -15326400 or 4203286. OLE color: 4203286.
HSL color Cylindrical-coordinate representation of color #162340: hue angle of 221.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #162340 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 35 | 64 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.75 |
| HSL | 221.43º | 0.49% | 0.17% | - |
| HSV(B) | 221.43º | 0.66% | 0.25% | - |
| XYZ | 1.86 | 1.74 | 5.09 | - |
| YUV | 34.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 64 | 0.66 | 0.45 | 0 | 0.75 | 221.43 | 0.49 | 0.17 |
| Hex | 16 | 23 | 40 | 42 | 2D | 0 | 4B | DD | 31 | 11 |
| Octal | 26 | 43 | 100 | 102 | 55 | 0 | 113 | 335 | 61 | 21 |
| Binary | 10110 | 100011 | 1000000 | 1000010 | 101101 | 0 | 1001011 | 11011101 | 110001 | 10001 |
Color Harmonies of #162340
Complementary color
Monochromatic Colors of #162340
Black with #162340
Text Example
Text Example
White with #162340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162340; }
p { color: rgb(22,35,64); }
H1.HeaderClassName
{
color: #162340;
}
.AnyTagClassName
{
color: #162340;
}
</style>
background-color css
<style>
a { background-color: #162340; }
a { background-color: rgb(22,35,64); }
div.DivClassName
{
background-color: #162340;
}
.BgClassName
{
background-color: #162340;
}
</style>
border-color css
<style>
span { border-color: #162340; }
span { border-color: rgb(22,35,64); }
td.TdClassName
{
border-color: #162340;
}
.TagClassName
{
border-color: #162340;
}
</style>