Shades of Midnight Express #161543
Tints of Midnight Express #161543
RGB
CMYK
RGB Variations
Color information
#161543 (or 0x161543) is known color: Midnight Express. HEX triplet: 16, 15 and 43. RGB value is (22,21,67). Sum of RGB (Red+Green+Blue) = 22+21+67=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #161543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161543 is #E9EABC. Grayscale: #1A1A1A. Windows color (decimal): -15329981 or 4396310. OLE color: 4396310.
HSL color Cylindrical-coordinate representation of color #161543: hue angle of 241.3º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #161543 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 21 | 67 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.74 |
| HSL | 241.3º | 0.52% | 0.17% | - |
| HSV(B) | 241.3º | 0.69% | 0.26% | - |
| XYZ | 1.61 | 1.11 | 5.44 | - |
| YUV | 26.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 67 | 0.67 | 0.69 | 0 | 0.74 | 241.3 | 0.52 | 0.17 |
| Hex | 16 | 15 | 43 | 43 | 45 | 0 | 4A | F1 | 34 | 11 |
| Octal | 26 | 25 | 103 | 103 | 105 | 0 | 112 | 361 | 64 | 21 |
| Binary | 10110 | 10101 | 1000011 | 1000011 | 1000101 | 0 | 1001010 | 11110001 | 110100 | 10001 |
Color Harmonies of #161543
Complementary color
Monochromatic Colors of #161543
Black with #161543
Text Example
Text Example
White with #161543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161543; }
p { color: rgb(22,21,67); }
H1.HeaderClassName
{
color: #161543;
}
.AnyTagClassName
{
color: #161543;
}
</style>
background-color css
<style>
a { background-color: #161543; }
a { background-color: rgb(22,21,67); }
div.DivClassName
{
background-color: #161543;
}
.BgClassName
{
background-color: #161543;
}
</style>
border-color css
<style>
span { border-color: #161543; }
span { border-color: rgb(22,21,67); }
td.TdClassName
{
border-color: #161543;
}
.TagClassName
{
border-color: #161543;
}
</style>