Shades of Midnight Express #111B40
Tints of Midnight Express #111B40
RGB
CMYK
RGB Variations
Color information
#111B40 (or 0x111B40) is known color: Midnight Express. HEX triplet: 11, 1B and 40. RGB value is (17,27,64). Sum of RGB (Red+Green+Blue) = 17+27+64=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #111B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B40 is #EEE4BF. Grayscale: #1C1C1C. Windows color (decimal): -15656128 or 4201233. OLE color: 4201233.
HSL color Cylindrical-coordinate representation of color #111B40: hue angle of 227.23º 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 #111B40 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 27 | 64 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.75 |
| HSL | 227.23º | 0.58% | 0.16% | - |
| HSV(B) | 227.23º | 0.73% | 0.25% | - |
| XYZ | 1.55 | 1.27 | 5.01 | - |
| YUV | 28.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 64 | 0.73 | 0.58 | 0 | 0.75 | 227.23 | 0.58 | 0.16 |
| Hex | 11 | 1B | 40 | 49 | 3A | 0 | 4B | E3 | 3A | 10 |
| Octal | 21 | 33 | 100 | 111 | 72 | 0 | 113 | 343 | 72 | 20 |
| Binary | 10001 | 11011 | 1000000 | 1001001 | 111010 | 0 | 1001011 | 11100011 | 111010 | 10000 |
Color Harmonies of #111B40
Complementary color
Monochromatic Colors of #111B40
Black with #111B40
Text Example
Text Example
White with #111B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B40; }
p { color: rgb(17,27,64); }
H1.HeaderClassName
{
color: #111B40;
}
.AnyTagClassName
{
color: #111B40;
}
</style>
background-color css
<style>
a { background-color: #111B40; }
a { background-color: rgb(17,27,64); }
div.DivClassName
{
background-color: #111B40;
}
.BgClassName
{
background-color: #111B40;
}
</style>
border-color css
<style>
span { border-color: #111B40; }
span { border-color: rgb(17,27,64); }
td.TdClassName
{
border-color: #111B40;
}
.TagClassName
{
border-color: #111B40;
}
</style>