Shades of Midnight Express #111935
Tints of Midnight Express #111935
RGB
CMYK
RGB Variations
Color information
#111935 (or 0x111935) is known color: Midnight Express. HEX triplet: 11, 19 and 35. RGB value is (17,25,53). Sum of RGB (Red+Green+Blue) = 17+25+53=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #111935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111935 is #EEE6CA. Grayscale: #191919. Windows color (decimal): -15656651 or 3479825. OLE color: 3479825.
HSL color Cylindrical-coordinate representation of color #111935: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111935 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 25 | 53 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.79 |
| HSL | 226.67º | 0.51% | 0.14% | - |
| HSV(B) | 226.67º | 0.68% | 0.21% | - |
| XYZ | 1.22 | 1.07 | 3.51 | - |
| YUV | 25.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 53 | 0.68 | 0.53 | 0 | 0.79 | 226.67 | 0.51 | 0.14 |
| Hex | 11 | 19 | 35 | 44 | 35 | 0 | 4F | E3 | 33 | E |
| Octal | 21 | 31 | 65 | 104 | 65 | 0 | 117 | 343 | 63 | 16 |
| Binary | 10001 | 11001 | 110101 | 1000100 | 110101 | 0 | 1001111 | 11100011 | 110011 | 1110 |
Color Harmonies of #111935
Complementary color
Monochromatic Colors of #111935
Black with #111935
Text Example
Text Example
White with #111935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111935; }
p { color: rgb(17,25,53); }
H1.HeaderClassName
{
color: #111935;
}
.AnyTagClassName
{
color: #111935;
}
</style>
background-color css
<style>
a { background-color: #111935; }
a { background-color: rgb(17,25,53); }
div.DivClassName
{
background-color: #111935;
}
.BgClassName
{
background-color: #111935;
}
</style>
border-color css
<style>
span { border-color: #111935; }
span { border-color: rgb(17,25,53); }
td.TdClassName
{
border-color: #111935;
}
.TagClassName
{
border-color: #111935;
}
</style>