Shades of Midnight Express #111D33
Tints of Midnight Express #111D33
RGB
CMYK
RGB Variations
Color information
#111D33 (or 0x111D33) is known color: Midnight Express. HEX triplet: 11, 1D and 33. RGB value is (17,29,51). Sum of RGB (Red+Green+Blue) = 17+29+51=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #111D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D33 is #EEE2CC. Grayscale: #1B1B1B. Windows color (decimal): -15655629 or 3349777. OLE color: 3349777.
HSL color Cylindrical-coordinate representation of color #111D33: hue angle of 218.82º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111D33 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 29 | 51 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.8 |
| HSL | 218.82º | 0.5% | 0.13% | - |
| HSV(B) | 218.82º | 0.67% | 0.2% | - |
| XYZ | 1.27 | 1.24 | 3.3 | - |
| YUV | 27.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 51 | 0.67 | 0.43 | 0 | 0.8 | 218.82 | 0.5 | 0.13 |
| Hex | 11 | 1D | 33 | 43 | 2B | 0 | 50 | DB | 32 | D |
| Octal | 21 | 35 | 63 | 103 | 53 | 0 | 120 | 333 | 62 | 15 |
| Binary | 10001 | 11101 | 110011 | 1000011 | 101011 | 0 | 1010000 | 11011011 | 110010 | 1101 |
Color Harmonies of #111D33
Complementary color
Monochromatic Colors of #111D33
Black with #111D33
Text Example
Text Example
White with #111D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D33; }
p { color: rgb(17,29,51); }
H1.HeaderClassName
{
color: #111D33;
}
.AnyTagClassName
{
color: #111D33;
}
</style>
background-color css
<style>
a { background-color: #111D33; }
a { background-color: rgb(17,29,51); }
div.DivClassName
{
background-color: #111D33;
}
.BgClassName
{
background-color: #111D33;
}
</style>
border-color css
<style>
span { border-color: #111D33; }
span { border-color: rgb(17,29,51); }
td.TdClassName
{
border-color: #111D33;
}
.TagClassName
{
border-color: #111D33;
}
</style>