Shades of Midnight Express #111932
Tints of Midnight Express #111932
RGB
CMYK
RGB Variations
Color information
#111932 (or 0x111932) is known color: Midnight Express. HEX triplet: 11, 19 and 32. RGB value is (17,25,50). Sum of RGB (Red+Green+Blue) = 17+25+50=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #111932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111932 is #EEE6CD. Grayscale: #191919. Windows color (decimal): -15656654 or 3283217. OLE color: 3283217.
HSL color Cylindrical-coordinate representation of color #111932: hue angle of 225.45º 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 #111932 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 25 | 50 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.80 |
| HSL | 225.45º | 0.49% | 0.13% | - |
| HSV(B) | 225.45º | 0.66% | 0.2% | - |
| XYZ | 1.15 | 1.04 | 3.16 | - |
| YUV | 25.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 50 | 0.66 | 0.50 | 0 | 0.80 | 225.45 | 0.49 | 0.13 |
| Hex | 11 | 19 | 32 | 42 | 32 | 0 | 50 | E1 | 31 | D |
| Octal | 21 | 31 | 62 | 102 | 62 | 0 | 120 | 341 | 61 | 15 |
| Binary | 10001 | 11001 | 110010 | 1000010 | 110010 | 0 | 1010000 | 11100001 | 110001 | 1101 |
Color Harmonies of #111932
Complementary color
Monochromatic Colors of #111932
Black with #111932
Text Example
Text Example
White with #111932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111932; }
p { color: rgb(17,25,50); }
H1.HeaderClassName
{
color: #111932;
}
.AnyTagClassName
{
color: #111932;
}
</style>
background-color css
<style>
a { background-color: #111932; }
a { background-color: rgb(17,25,50); }
div.DivClassName
{
background-color: #111932;
}
.BgClassName
{
background-color: #111932;
}
</style>
border-color css
<style>
span { border-color: #111932; }
span { border-color: rgb(17,25,50); }
td.TdClassName
{
border-color: #111932;
}
.TagClassName
{
border-color: #111932;
}
</style>