Shades of Midnight Express #11204D
Tints of Midnight Express #11204D
RGB
CMYK
RGB Variations
Color information
#11204D (or 0x11204D) is known color: Midnight Express. HEX triplet: 11, 20 and 4D. RGB value is (17,32,77). Sum of RGB (Red+Green+Blue) = 17+32+77=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #11204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11204D is #EEDFB2. Grayscale: #202020. Windows color (decimal): -15654835 or 5054481. OLE color: 5054481.
HSL color Cylindrical-coordinate representation of color #11204D: hue angle of 225º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11204D is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 32 | 77 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.70 |
| HSL | 225º | 0.64% | 0.18% | - |
| HSV(B) | 225º | 0.78% | 0.3% | - |
| XYZ | 2.09 | 1.69 | 7.24 | - |
| YUV | 32.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 77 | 0.78 | 0.58 | 0 | 0.70 | 225 | 0.64 | 0.18 |
| Hex | 11 | 20 | 4D | 4E | 3A | 0 | 46 | E1 | 40 | 12 |
| Octal | 21 | 40 | 115 | 116 | 72 | 0 | 106 | 341 | 100 | 22 |
| Binary | 10001 | 100000 | 1001101 | 1001110 | 111010 | 0 | 1000110 | 11100001 | 1000000 | 10010 |
Color Harmonies of #11204D
Complementary color
Monochromatic Colors of #11204D
Black with #11204D
Text Example
Text Example
White with #11204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11204D; }
p { color: rgb(17,32,77); }
H1.HeaderClassName
{
color: #11204D;
}
.AnyTagClassName
{
color: #11204D;
}
</style>
background-color css
<style>
a { background-color: #11204D; }
a { background-color: rgb(17,32,77); }
div.DivClassName
{
background-color: #11204D;
}
.BgClassName
{
background-color: #11204D;
}
</style>
border-color css
<style>
span { border-color: #11204D; }
span { border-color: rgb(17,32,77); }
td.TdClassName
{
border-color: #11204D;
}
.TagClassName
{
border-color: #11204D;
}
</style>