Shades of Midnight Express #161E47
Tints of Midnight Express #161E47
RGB
CMYK
RGB Variations
Color information
#161E47 (or 0x161E47) is known color: Midnight Express. HEX triplet: 16, 1E and 47. RGB value is (22,30,71). Sum of RGB (Red+Green+Blue) = 22+30+71=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #161E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E47 is #E9E1B8. Grayscale: #202020. Windows color (decimal): -15327673 or 4660758. OLE color: 4660758.
HSL color Cylindrical-coordinate representation of color #161E47: hue angle of 230.2º 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 #161E47 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 30 | 71 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.72 |
| HSL | 230.2º | 0.53% | 0.18% | - |
| HSV(B) | 230.2º | 0.69% | 0.28% | - |
| XYZ | 1.93 | 1.55 | 6.16 | - |
| YUV | 32.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 71 | 0.69 | 0.58 | 0 | 0.72 | 230.2 | 0.53 | 0.18 |
| Hex | 16 | 1E | 47 | 45 | 3A | 0 | 48 | E6 | 35 | 12 |
| Octal | 26 | 36 | 107 | 105 | 72 | 0 | 110 | 346 | 65 | 22 |
| Binary | 10110 | 11110 | 1000111 | 1000101 | 111010 | 0 | 1001000 | 11100110 | 110101 | 10010 |
Color Harmonies of #161E47
Complementary color
Monochromatic Colors of #161E47
Black with #161E47
Text Example
Text Example
White with #161E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E47; }
p { color: rgb(22,30,71); }
H1.HeaderClassName
{
color: #161E47;
}
.AnyTagClassName
{
color: #161E47;
}
</style>
background-color css
<style>
a { background-color: #161E47; }
a { background-color: rgb(22,30,71); }
div.DivClassName
{
background-color: #161E47;
}
.BgClassName
{
background-color: #161E47;
}
</style>
border-color css
<style>
span { border-color: #161E47; }
span { border-color: rgb(22,30,71); }
td.TdClassName
{
border-color: #161E47;
}
.TagClassName
{
border-color: #161E47;
}
</style>