Shades of Midnight Express #161544
Tints of Midnight Express #161544
RGB
CMYK
RGB Variations
Color information
#161544 (or 0x161544) is known color: Midnight Express. HEX triplet: 16, 15 and 44. RGB value is (22,21,68). Sum of RGB (Red+Green+Blue) = 22+21+68=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #161544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161544 is #E9EABB. Grayscale: #1A1A1A. Windows color (decimal): -15329980 or 4461846. OLE color: 4461846.
HSL color Cylindrical-coordinate representation of color #161544: hue angle of 241.28º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #161544 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 21 | 68 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.73 |
| HSL | 241.28º | 0.53% | 0.17% | - |
| HSV(B) | 241.28º | 0.69% | 0.27% | - |
| XYZ | 1.64 | 1.12 | 5.6 | - |
| YUV | 26.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 68 | 0.68 | 0.69 | 0 | 0.73 | 241.28 | 0.53 | 0.17 |
| Hex | 16 | 15 | 44 | 44 | 45 | 0 | 49 | F1 | 35 | 11 |
| Octal | 26 | 25 | 104 | 104 | 105 | 0 | 111 | 361 | 65 | 21 |
| Binary | 10110 | 10101 | 1000100 | 1000100 | 1000101 | 0 | 1001001 | 11110001 | 110101 | 10001 |
Color Harmonies of #161544
Complementary color
Monochromatic Colors of #161544
Black with #161544
Text Example
Text Example
White with #161544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161544; }
p { color: rgb(22,21,68); }
H1.HeaderClassName
{
color: #161544;
}
.AnyTagClassName
{
color: #161544;
}
</style>
background-color css
<style>
a { background-color: #161544; }
a { background-color: rgb(22,21,68); }
div.DivClassName
{
background-color: #161544;
}
.BgClassName
{
background-color: #161544;
}
</style>
border-color css
<style>
span { border-color: #161544; }
span { border-color: rgb(22,21,68); }
td.TdClassName
{
border-color: #161544;
}
.TagClassName
{
border-color: #161544;
}
</style>