Shades of Midnight Express #111934
Tints of Midnight Express #111934
RGB
CMYK
RGB Variations
Color information
#111934 (or 0x111934) is known color: Midnight Express. HEX triplet: 11, 19 and 34. RGB value is (17,25,52). Sum of RGB (Red+Green+Blue) = 17+25+52=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #111934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111934 is #EEE6CB. Grayscale: #191919. Windows color (decimal): -15656652 or 3414289. OLE color: 3414289.
HSL color Cylindrical-coordinate representation of color #111934: hue angle of 226.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111934 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 25 | 52 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.80 |
| HSL | 226.29º | 0.51% | 0.14% | - |
| HSV(B) | 226.29º | 0.67% | 0.2% | - |
| XYZ | 1.2 | 1.06 | 3.39 | - |
| YUV | 25.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 52 | 0.67 | 0.52 | 0 | 0.80 | 226.29 | 0.51 | 0.14 |
| Hex | 11 | 19 | 34 | 43 | 34 | 0 | 50 | E2 | 33 | E |
| Octal | 21 | 31 | 64 | 103 | 64 | 0 | 120 | 342 | 63 | 16 |
| Binary | 10001 | 11001 | 110100 | 1000011 | 110100 | 0 | 1010000 | 11100010 | 110011 | 1110 |
Color Harmonies of #111934
Complementary color
Monochromatic Colors of #111934
Black with #111934
Text Example
Text Example
White with #111934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111934; }
p { color: rgb(17,25,52); }
H1.HeaderClassName
{
color: #111934;
}
.AnyTagClassName
{
color: #111934;
}
</style>
background-color css
<style>
a { background-color: #111934; }
a { background-color: rgb(17,25,52); }
div.DivClassName
{
background-color: #111934;
}
.BgClassName
{
background-color: #111934;
}
</style>
border-color css
<style>
span { border-color: #111934; }
span { border-color: rgb(17,25,52); }
td.TdClassName
{
border-color: #111934;
}
.TagClassName
{
border-color: #111934;
}
</style>