Shades of Midnight Express #111240
Tints of Midnight Express #111240
RGB
CMYK
RGB Variations
Color information
#111240 (or 0x111240) is known color: Midnight Express. HEX triplet: 11, 12 and 40. RGB value is (17,18,64). Sum of RGB (Red+Green+Blue) = 17+18+64=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #111240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111240 is #EEEDBF. Grayscale: #161616. Windows color (decimal): -15658432 or 4198929. OLE color: 4198929.
HSL color Cylindrical-coordinate representation of color #111240: hue angle of 238.72º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #111240 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 18 | 64 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.75 |
| HSL | 238.72º | 0.58% | 0.16% | - |
| HSV(B) | 238.72º | 0.73% | 0.25% | - |
| XYZ | 1.37 | 0.92 | 4.96 | - |
| YUV | 22.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 64 | 0.73 | 0.72 | 0 | 0.75 | 238.72 | 0.58 | 0.16 |
| Hex | 11 | 12 | 40 | 49 | 48 | 0 | 4B | EF | 3A | 10 |
| Octal | 21 | 22 | 100 | 111 | 110 | 0 | 113 | 357 | 72 | 20 |
| Binary | 10001 | 10010 | 1000000 | 1001001 | 1001000 | 0 | 1001011 | 11101111 | 111010 | 10000 |
Color Harmonies of #111240
Complementary color
Monochromatic Colors of #111240
Black with #111240
Text Example
Text Example
White with #111240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111240; }
p { color: rgb(17,18,64); }
H1.HeaderClassName
{
color: #111240;
}
.AnyTagClassName
{
color: #111240;
}
</style>
background-color css
<style>
a { background-color: #111240; }
a { background-color: rgb(17,18,64); }
div.DivClassName
{
background-color: #111240;
}
.BgClassName
{
background-color: #111240;
}
</style>
border-color css
<style>
span { border-color: #111240; }
span { border-color: rgb(17,18,64); }
td.TdClassName
{
border-color: #111240;
}
.TagClassName
{
border-color: #111240;
}
</style>