Shades of Midnight Express #16204A
Tints of Midnight Express #16204A
RGB
CMYK
RGB Variations
Color information
#16204A (or 0x16204A) is known color: Midnight Express. HEX triplet: 16, 20 and 4A. RGB value is (22,32,74). Sum of RGB (Red+Green+Blue) = 22+32+74=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #16204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16204A is #E9DFB5. Grayscale: #212121. Windows color (decimal): -15327158 or 4857878. OLE color: 4857878.
HSL color Cylindrical-coordinate representation of color #16204A: hue angle of 228.46º 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 #16204A is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 32 | 74 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.71 |
| HSL | 228.46º | 0.54% | 0.19% | - |
| HSV(B) | 228.46º | 0.7% | 0.29% | - |
| XYZ | 2.08 | 1.7 | 6.7 | - |
| YUV | 33.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 74 | 0.70 | 0.57 | 0 | 0.71 | 228.46 | 0.54 | 0.19 |
| Hex | 16 | 20 | 4A | 46 | 39 | 0 | 47 | E4 | 36 | 13 |
| Octal | 26 | 40 | 112 | 106 | 71 | 0 | 107 | 344 | 66 | 23 |
| Binary | 10110 | 100000 | 1001010 | 1000110 | 111001 | 0 | 1000111 | 11100100 | 110110 | 10011 |
Color Harmonies of #16204A
Complementary color
Monochromatic Colors of #16204A
Black with #16204A
Text Example
Text Example
White with #16204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16204A; }
p { color: rgb(22,32,74); }
H1.HeaderClassName
{
color: #16204A;
}
.AnyTagClassName
{
color: #16204A;
}
</style>
background-color css
<style>
a { background-color: #16204A; }
a { background-color: rgb(22,32,74); }
div.DivClassName
{
background-color: #16204A;
}
.BgClassName
{
background-color: #16204A;
}
</style>
border-color css
<style>
span { border-color: #16204A; }
span { border-color: rgb(22,32,74); }
td.TdClassName
{
border-color: #16204A;
}
.TagClassName
{
border-color: #16204A;
}
</style>