Shades of Midnight Express #111E40
Tints of Midnight Express #111E40
RGB
CMYK
RGB Variations
Color information
#111E40 (or 0x111E40) is known color: Midnight Express. HEX triplet: 11, 1E and 40. RGB value is (17,30,64). Sum of RGB (Red+Green+Blue) = 17+30+64=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #111E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E40 is #EEE1BF. Grayscale: #1D1D1D. Windows color (decimal): -15655360 or 4202001. OLE color: 4202001.
HSL color Cylindrical-coordinate representation of color #111E40: hue angle of 223.4º 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 #111E40 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 30 | 64 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.75 |
| HSL | 223.4º | 0.58% | 0.16% | - |
| HSV(B) | 223.4º | 0.73% | 0.25% | - |
| XYZ | 1.62 | 1.42 | 5.04 | - |
| YUV | 29.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 64 | 0.73 | 0.53 | 0 | 0.75 | 223.4 | 0.58 | 0.16 |
| Hex | 11 | 1E | 40 | 49 | 35 | 0 | 4B | DF | 3A | 10 |
| Octal | 21 | 36 | 100 | 111 | 65 | 0 | 113 | 337 | 72 | 20 |
| Binary | 10001 | 11110 | 1000000 | 1001001 | 110101 | 0 | 1001011 | 11011111 | 111010 | 10000 |
Color Harmonies of #111E40
Complementary color
Monochromatic Colors of #111E40
Black with #111E40
Text Example
Text Example
White with #111E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E40; }
p { color: rgb(17,30,64); }
H1.HeaderClassName
{
color: #111E40;
}
.AnyTagClassName
{
color: #111E40;
}
</style>
background-color css
<style>
a { background-color: #111E40; }
a { background-color: rgb(17,30,64); }
div.DivClassName
{
background-color: #111E40;
}
.BgClassName
{
background-color: #111E40;
}
</style>
border-color css
<style>
span { border-color: #111E40; }
span { border-color: rgb(17,30,64); }
td.TdClassName
{
border-color: #111E40;
}
.TagClassName
{
border-color: #111E40;
}
</style>