Shades of Midnight Express #111138
Tints of Midnight Express #111138
RGB
CMYK
RGB Variations
Color information
#111138 (or 0x111138) is known color: Midnight Express. HEX triplet: 11, 11 and 38. RGB value is (17,17,56). Sum of RGB (Red+Green+Blue) = 17+17+56=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #111138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111138 is #EEEEC7. Grayscale: #151515. Windows color (decimal): -15658696 or 3674385. OLE color: 3674385.
HSL color Cylindrical-coordinate representation of color #111138: hue angle of 240º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #111138 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 17 | 56 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.78 |
| HSL | 240º | 0.53% | 0.14% | - |
| HSV(B) | 240º | 0.7% | 0.22% | - |
| XYZ | 1.15 | 0.81 | 3.84 | - |
| YUV | 21.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 56 | 0.70 | 0.70 | 0 | 0.78 | 240 | 0.53 | 0.14 |
| Hex | 11 | 11 | 38 | 46 | 46 | 0 | 4E | F0 | 35 | E |
| Octal | 21 | 21 | 70 | 106 | 106 | 0 | 116 | 360 | 65 | 16 |
| Binary | 10001 | 10001 | 111000 | 1000110 | 1000110 | 0 | 1001110 | 11110000 | 110101 | 1110 |
Color Harmonies of #111138
Complementary color
Monochromatic Colors of #111138
Black with #111138
Text Example
Text Example
White with #111138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111138; }
p { color: rgb(17,17,56); }
H1.HeaderClassName
{
color: #111138;
}
.AnyTagClassName
{
color: #111138;
}
</style>
background-color css
<style>
a { background-color: #111138; }
a { background-color: rgb(17,17,56); }
div.DivClassName
{
background-color: #111138;
}
.BgClassName
{
background-color: #111138;
}
</style>
border-color css
<style>
span { border-color: #111138; }
span { border-color: rgb(17,17,56); }
td.TdClassName
{
border-color: #111138;
}
.TagClassName
{
border-color: #111138;
}
</style>