Shades of Midnight Express #111D36
Tints of Midnight Express #111D36
RGB
CMYK
RGB Variations
Color information
#111D36 (or 0x111D36) is known color: Midnight Express. HEX triplet: 11, 1D and 36. RGB value is (17,29,54). Sum of RGB (Red+Green+Blue) = 17+29+54=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #111D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D36 is #EEE2C9. Grayscale: #1C1C1C. Windows color (decimal): -15655626 or 3546385. OLE color: 3546385.
HSL color Cylindrical-coordinate representation of color #111D36: hue angle of 220.54º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #111D36 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 29 | 54 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.79 |
| HSL | 220.54º | 0.52% | 0.14% | - |
| HSV(B) | 220.54º | 0.69% | 0.21% | - |
| XYZ | 1.34 | 1.26 | 3.66 | - |
| YUV | 28.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 54 | 0.69 | 0.46 | 0 | 0.79 | 220.54 | 0.52 | 0.14 |
| Hex | 11 | 1D | 36 | 45 | 2E | 0 | 4F | DD | 34 | E |
| Octal | 21 | 35 | 66 | 105 | 56 | 0 | 117 | 335 | 64 | 16 |
| Binary | 10001 | 11101 | 110110 | 1000101 | 101110 | 0 | 1001111 | 11011101 | 110100 | 1110 |
Color Harmonies of #111D36
Complementary color
Monochromatic Colors of #111D36
Black with #111D36
Text Example
Text Example
White with #111D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D36; }
p { color: rgb(17,29,54); }
H1.HeaderClassName
{
color: #111D36;
}
.AnyTagClassName
{
color: #111D36;
}
</style>
background-color css
<style>
a { background-color: #111D36; }
a { background-color: rgb(17,29,54); }
div.DivClassName
{
background-color: #111D36;
}
.BgClassName
{
background-color: #111D36;
}
</style>
border-color css
<style>
span { border-color: #111D36; }
span { border-color: rgb(17,29,54); }
td.TdClassName
{
border-color: #111D36;
}
.TagClassName
{
border-color: #111D36;
}
</style>