Shades of Midnight Express #161E49
Tints of Midnight Express #161E49
RGB
CMYK
RGB Variations
Color information
#161E49 (or 0x161E49) is known color: Midnight Express. HEX triplet: 16, 1E and 49. RGB value is (22,30,73). Sum of RGB (Red+Green+Blue) = 22+30+73=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #161E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E49 is #E9E1B6. Grayscale: #202020. Windows color (decimal): -15327671 or 4791830. OLE color: 4791830.
HSL color Cylindrical-coordinate representation of color #161E49: hue angle of 230.59º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #161E49 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 30 | 73 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.71 |
| HSL | 230.59º | 0.54% | 0.19% | - |
| HSV(B) | 230.59º | 0.7% | 0.29% | - |
| XYZ | 2 | 1.58 | 6.5 | - |
| YUV | 32.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 73 | 0.70 | 0.59 | 0 | 0.71 | 230.59 | 0.54 | 0.19 |
| Hex | 16 | 1E | 49 | 46 | 3B | 0 | 47 | E7 | 36 | 13 |
| Octal | 26 | 36 | 111 | 106 | 73 | 0 | 107 | 347 | 66 | 23 |
| Binary | 10110 | 11110 | 1001001 | 1000110 | 111011 | 0 | 1000111 | 11100111 | 110110 | 10011 |
Color Harmonies of #161E49
Complementary color
Monochromatic Colors of #161E49
Black with #161E49
Text Example
Text Example
White with #161E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E49; }
p { color: rgb(22,30,73); }
H1.HeaderClassName
{
color: #161E49;
}
.AnyTagClassName
{
color: #161E49;
}
</style>
background-color css
<style>
a { background-color: #161E49; }
a { background-color: rgb(22,30,73); }
div.DivClassName
{
background-color: #161E49;
}
.BgClassName
{
background-color: #161E49;
}
</style>
border-color css
<style>
span { border-color: #161E49; }
span { border-color: rgb(22,30,73); }
td.TdClassName
{
border-color: #161E49;
}
.TagClassName
{
border-color: #161E49;
}
</style>