Shades of Midnight Express #11204A
Tints of Midnight Express #11204A
RGB
CMYK
RGB Variations
Color information
#11204A (or 0x11204A) is known color: Midnight Express. HEX triplet: 11, 20 and 4A. RGB value is (17,32,74). Sum of RGB (Red+Green+Blue) = 17+32+74=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #11204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11204A is #EEDFB5. Grayscale: #202020. Windows color (decimal): -15654838 or 4857873. OLE color: 4857873.
HSL color Cylindrical-coordinate representation of color #11204A: hue angle of 224.21º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11204A is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 32 | 74 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.71 |
| HSL | 224.21º | 0.63% | 0.18% | - |
| HSV(B) | 224.21º | 0.77% | 0.29% | - |
| XYZ | 1.98 | 1.65 | 6.69 | - |
| YUV | 32.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 74 | 0.77 | 0.57 | 0 | 0.71 | 224.21 | 0.63 | 0.18 |
| Hex | 11 | 20 | 4A | 4D | 39 | 0 | 47 | E0 | 3F | 12 |
| Octal | 21 | 40 | 112 | 115 | 71 | 0 | 107 | 340 | 77 | 22 |
| Binary | 10001 | 100000 | 1001010 | 1001101 | 111001 | 0 | 1000111 | 11100000 | 111111 | 10010 |
Color Harmonies of #11204A
Complementary color
Monochromatic Colors of #11204A
Black with #11204A
Text Example
Text Example
White with #11204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11204A; }
p { color: rgb(17,32,74); }
H1.HeaderClassName
{
color: #11204A;
}
.AnyTagClassName
{
color: #11204A;
}
</style>
background-color css
<style>
a { background-color: #11204A; }
a { background-color: rgb(17,32,74); }
div.DivClassName
{
background-color: #11204A;
}
.BgClassName
{
background-color: #11204A;
}
</style>
border-color css
<style>
span { border-color: #11204A; }
span { border-color: rgb(17,32,74); }
td.TdClassName
{
border-color: #11204A;
}
.TagClassName
{
border-color: #11204A;
}
</style>