Shades of Midnight Express #111834
Tints of Midnight Express #111834
RGB
CMYK
RGB Variations
Color information
#111834 (or 0x111834) is known color: Midnight Express. HEX triplet: 11, 18 and 34. RGB value is (17,24,52). Sum of RGB (Red+Green+Blue) = 17+24+52=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #111834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111834 is #EEE7CB. Grayscale: #181818. Windows color (decimal): -15656908 or 3414033. OLE color: 3414033.
HSL color Cylindrical-coordinate representation of color #111834: hue angle of 228º 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 #111834 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 24 | 52 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.80 |
| HSL | 228º | 0.51% | 0.14% | - |
| HSV(B) | 228º | 0.67% | 0.2% | - |
| XYZ | 1.18 | 1.02 | 3.38 | - |
| YUV | 25.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 52 | 0.67 | 0.54 | 0 | 0.80 | 228 | 0.51 | 0.14 |
| Hex | 11 | 18 | 34 | 43 | 36 | 0 | 50 | E4 | 33 | E |
| Octal | 21 | 30 | 64 | 103 | 66 | 0 | 120 | 344 | 63 | 16 |
| Binary | 10001 | 11000 | 110100 | 1000011 | 110110 | 0 | 1010000 | 11100100 | 110011 | 1110 |
Color Harmonies of #111834
Complementary color
Monochromatic Colors of #111834
Black with #111834
Text Example
Text Example
White with #111834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111834; }
p { color: rgb(17,24,52); }
H1.HeaderClassName
{
color: #111834;
}
.AnyTagClassName
{
color: #111834;
}
</style>
background-color css
<style>
a { background-color: #111834; }
a { background-color: rgb(17,24,52); }
div.DivClassName
{
background-color: #111834;
}
.BgClassName
{
background-color: #111834;
}
</style>
border-color css
<style>
span { border-color: #111834; }
span { border-color: rgb(17,24,52); }
td.TdClassName
{
border-color: #111834;
}
.TagClassName
{
border-color: #111834;
}
</style>