Shades of Midnight Express #16224A
Tints of Midnight Express #16224A
RGB
CMYK
RGB Variations
Color information
#16224A (or 0x16224A) is known color: Midnight Express. HEX triplet: 16, 22 and 4A. RGB value is (22,34,74). Sum of RGB (Red+Green+Blue) = 22+34+74=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #16224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16224A is #E9DDB5. Grayscale: #222222. Windows color (decimal): -15326646 or 4858390. OLE color: 4858390.
HSL color Cylindrical-coordinate representation of color #16224A: hue angle of 226.15º 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 #16224A is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 34 | 74 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.71 |
| HSL | 226.15º | 0.54% | 0.19% | - |
| HSV(B) | 226.15º | 0.7% | 0.29% | - |
| XYZ | 2.14 | 1.81 | 6.72 | - |
| YUV | 34.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 74 | 0.70 | 0.54 | 0 | 0.71 | 226.15 | 0.54 | 0.19 |
| Hex | 16 | 22 | 4A | 46 | 36 | 0 | 47 | E2 | 36 | 13 |
| Octal | 26 | 42 | 112 | 106 | 66 | 0 | 107 | 342 | 66 | 23 |
| Binary | 10110 | 100010 | 1001010 | 1000110 | 110110 | 0 | 1000111 | 11100010 | 110110 | 10011 |
Color Harmonies of #16224A
Complementary color
Monochromatic Colors of #16224A
Black with #16224A
Text Example
Text Example
White with #16224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16224A; }
p { color: rgb(22,34,74); }
H1.HeaderClassName
{
color: #16224A;
}
.AnyTagClassName
{
color: #16224A;
}
</style>
background-color css
<style>
a { background-color: #16224A; }
a { background-color: rgb(22,34,74); }
div.DivClassName
{
background-color: #16224A;
}
.BgClassName
{
background-color: #16224A;
}
</style>
border-color css
<style>
span { border-color: #16224A; }
span { border-color: rgb(22,34,74); }
td.TdClassName
{
border-color: #16224A;
}
.TagClassName
{
border-color: #16224A;
}
</style>