Shades of Midnight Express #11244D
Tints of Midnight Express #11244D
RGB
CMYK
RGB Variations
Color information
#11244D (or 0x11244D) is known color: Midnight Express. HEX triplet: 11, 24 and 4D. RGB value is (17,36,77). Sum of RGB (Red+Green+Blue) = 17+36+77=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #11244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11244D is #EEDBB2. Grayscale: #222222. Windows color (decimal): -15653811 or 5055505. OLE color: 5055505.
HSL color Cylindrical-coordinate representation of color #11244D: hue angle of 221º 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 #11244D is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 36 | 77 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.70 |
| HSL | 221º | 0.64% | 0.18% | - |
| HSV(B) | 221º | 0.78% | 0.3% | - |
| XYZ | 2.2 | 1.92 | 7.28 | - |
| YUV | 34.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 77 | 0.78 | 0.53 | 0 | 0.70 | 221 | 0.64 | 0.18 |
| Hex | 11 | 24 | 4D | 4E | 35 | 0 | 46 | DD | 40 | 12 |
| Octal | 21 | 44 | 115 | 116 | 65 | 0 | 106 | 335 | 100 | 22 |
| Binary | 10001 | 100100 | 1001101 | 1001110 | 110101 | 0 | 1000110 | 11011101 | 1000000 | 10010 |
Color Harmonies of #11244D
Complementary color
Monochromatic Colors of #11244D
Black with #11244D
Text Example
Text Example
White with #11244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11244D; }
p { color: rgb(17,36,77); }
H1.HeaderClassName
{
color: #11244D;
}
.AnyTagClassName
{
color: #11244D;
}
</style>
background-color css
<style>
a { background-color: #11244D; }
a { background-color: rgb(17,36,77); }
div.DivClassName
{
background-color: #11244D;
}
.BgClassName
{
background-color: #11244D;
}
</style>
border-color css
<style>
span { border-color: #11244D; }
span { border-color: rgb(17,36,77); }
td.TdClassName
{
border-color: #11244D;
}
.TagClassName
{
border-color: #11244D;
}
</style>