Shades of Midnight Express #111B49
Tints of Midnight Express #111B49
RGB
CMYK
RGB Variations
Color information
#111B49 (or 0x111B49) is known color: Midnight Express. HEX triplet: 11, 1B and 49. RGB value is (17,27,73). Sum of RGB (Red+Green+Blue) = 17+27+73=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #111B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B49 is #EEE4B6. Grayscale: #1D1D1D. Windows color (decimal): -15656119 or 4791057. OLE color: 4791057.
HSL color Cylindrical-coordinate representation of color #111B49: hue angle of 229.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #111B49 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 27 | 73 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.71 |
| HSL | 229.29º | 0.62% | 0.18% | - |
| HSV(B) | 229.29º | 0.77% | 0.29% | - |
| XYZ | 1.83 | 1.38 | 6.47 | - |
| YUV | 29.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 73 | 0.77 | 0.63 | 0 | 0.71 | 229.29 | 0.62 | 0.18 |
| Hex | 11 | 1B | 49 | 4D | 3F | 0 | 47 | E5 | 3E | 12 |
| Octal | 21 | 33 | 111 | 115 | 77 | 0 | 107 | 345 | 76 | 22 |
| Binary | 10001 | 11011 | 1001001 | 1001101 | 111111 | 0 | 1000111 | 11100101 | 111110 | 10010 |
Color Harmonies of #111B49
Complementary color
Monochromatic Colors of #111B49
Black with #111B49
Text Example
Text Example
White with #111B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B49; }
p { color: rgb(17,27,73); }
H1.HeaderClassName
{
color: #111B49;
}
.AnyTagClassName
{
color: #111B49;
}
</style>
background-color css
<style>
a { background-color: #111B49; }
a { background-color: rgb(17,27,73); }
div.DivClassName
{
background-color: #111B49;
}
.BgClassName
{
background-color: #111B49;
}
</style>
border-color css
<style>
span { border-color: #111B49; }
span { border-color: rgb(17,27,73); }
td.TdClassName
{
border-color: #111B49;
}
.TagClassName
{
border-color: #111B49;
}
</style>