Shades of Midnight Express #16204C
Tints of Midnight Express #16204C
RGB
CMYK
RGB Variations
Color information
#16204C (or 0x16204C) is known color: Midnight Express. HEX triplet: 16, 20 and 4C. RGB value is (22,32,76). Sum of RGB (Red+Green+Blue) = 22+32+76=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #16204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16204C is #E9DFB3. Grayscale: #212121. Windows color (decimal): -15327156 or 4988950. OLE color: 4988950.
HSL color Cylindrical-coordinate representation of color #16204C: hue angle of 228.89º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16204C is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 32 | 76 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.70 |
| HSL | 228.89º | 0.55% | 0.19% | - |
| HSV(B) | 228.89º | 0.71% | 0.3% | - |
| XYZ | 2.15 | 1.73 | 7.06 | - |
| YUV | 34.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 76 | 0.71 | 0.58 | 0 | 0.70 | 228.89 | 0.55 | 0.19 |
| Hex | 16 | 20 | 4C | 47 | 3A | 0 | 46 | E5 | 37 | 13 |
| Octal | 26 | 40 | 114 | 107 | 72 | 0 | 106 | 345 | 67 | 23 |
| Binary | 10110 | 100000 | 1001100 | 1000111 | 111010 | 0 | 1000110 | 11100101 | 110111 | 10011 |
Color Harmonies of #16204C
Complementary color
Monochromatic Colors of #16204C
Black with #16204C
Text Example
Text Example
White with #16204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16204C; }
p { color: rgb(22,32,76); }
H1.HeaderClassName
{
color: #16204C;
}
.AnyTagClassName
{
color: #16204C;
}
</style>
background-color css
<style>
a { background-color: #16204C; }
a { background-color: rgb(22,32,76); }
div.DivClassName
{
background-color: #16204C;
}
.BgClassName
{
background-color: #16204C;
}
</style>
border-color css
<style>
span { border-color: #16204C; }
span { border-color: rgb(22,32,76); }
td.TdClassName
{
border-color: #16204C;
}
.TagClassName
{
border-color: #16204C;
}
</style>