Shades of Midnight Express #111E32
Tints of Midnight Express #111E32
RGB
CMYK
RGB Variations
Color information
#111E32 (or 0x111E32) is known color: Midnight Express. HEX triplet: 11, 1E and 32. RGB value is (17,30,50). Sum of RGB (Red+Green+Blue) = 17+30+50=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #111E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E32 is #EEE1CD. Grayscale: #1C1C1C. Windows color (decimal): -15655374 or 3284497. OLE color: 3284497.
HSL color Cylindrical-coordinate representation of color #111E32: hue angle of 216.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #111E32 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 30 | 50 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.80 |
| HSL | 216.36º | 0.49% | 0.13% | - |
| HSV(B) | 216.36º | 0.66% | 0.2% | - |
| XYZ | 1.27 | 1.28 | 3.2 | - |
| YUV | 28.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 50 | 0.66 | 0.40 | 0 | 0.80 | 216.36 | 0.49 | 0.13 |
| Hex | 11 | 1E | 32 | 42 | 28 | 0 | 50 | D8 | 31 | D |
| Octal | 21 | 36 | 62 | 102 | 50 | 0 | 120 | 330 | 61 | 15 |
| Binary | 10001 | 11110 | 110010 | 1000010 | 101000 | 0 | 1010000 | 11011000 | 110001 | 1101 |
Color Harmonies of #111E32
Complementary color
Monochromatic Colors of #111E32
Black with #111E32
Text Example
Text Example
White with #111E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E32; }
p { color: rgb(17,30,50); }
H1.HeaderClassName
{
color: #111E32;
}
.AnyTagClassName
{
color: #111E32;
}
</style>
background-color css
<style>
a { background-color: #111E32; }
a { background-color: rgb(17,30,50); }
div.DivClassName
{
background-color: #111E32;
}
.BgClassName
{
background-color: #111E32;
}
</style>
border-color css
<style>
span { border-color: #111E32; }
span { border-color: rgb(17,30,50); }
td.TdClassName
{
border-color: #111E32;
}
.TagClassName
{
border-color: #111E32;
}
</style>