Shades of Midnight Express #16244A
Tints of Midnight Express #16244A
RGB
CMYK
RGB Variations
Color information
#16244A (or 0x16244A) is known color: Midnight Express. HEX triplet: 16, 24 and 4A. RGB value is (22,36,74). Sum of RGB (Red+Green+Blue) = 22+36+74=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #16244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16244A is #E9DBB5. Grayscale: #232323. Windows color (decimal): -15326134 or 4858902. OLE color: 4858902.
HSL color Cylindrical-coordinate representation of color #16244A: hue angle of 223.85º 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 #16244A is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 36 | 74 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.71 |
| HSL | 223.85º | 0.54% | 0.19% | - |
| HSV(B) | 223.85º | 0.7% | 0.29% | - |
| XYZ | 2.2 | 1.93 | 6.73 | - |
| YUV | 36.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 74 | 0.70 | 0.51 | 0 | 0.71 | 223.85 | 0.54 | 0.19 |
| Hex | 16 | 24 | 4A | 46 | 33 | 0 | 47 | E0 | 36 | 13 |
| Octal | 26 | 44 | 112 | 106 | 63 | 0 | 107 | 340 | 66 | 23 |
| Binary | 10110 | 100100 | 1001010 | 1000110 | 110011 | 0 | 1000111 | 11100000 | 110110 | 10011 |
Color Harmonies of #16244A
Complementary color
Monochromatic Colors of #16244A
Black with #16244A
Text Example
Text Example
White with #16244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16244A; }
p { color: rgb(22,36,74); }
H1.HeaderClassName
{
color: #16244A;
}
.AnyTagClassName
{
color: #16244A;
}
</style>
background-color css
<style>
a { background-color: #16244A; }
a { background-color: rgb(22,36,74); }
div.DivClassName
{
background-color: #16244A;
}
.BgClassName
{
background-color: #16244A;
}
</style>
border-color css
<style>
span { border-color: #16244A; }
span { border-color: rgb(22,36,74); }
td.TdClassName
{
border-color: #16244A;
}
.TagClassName
{
border-color: #16244A;
}
</style>