Shades of Midnight Express #111434
Tints of Midnight Express #111434
RGB
CMYK
RGB Variations
Color information
#111434 (or 0x111434) is known color: Midnight Express. HEX triplet: 11, 14 and 34. RGB value is (17,20,52). Sum of RGB (Red+Green+Blue) = 17+20+52=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #111434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111434 is #EEEBCB. Grayscale: #161616. Windows color (decimal): -15657932 or 3413009. OLE color: 3413009.
HSL color Cylindrical-coordinate representation of color #111434: hue angle of 234.86º 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 #111434 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 20 | 52 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.80 |
| HSL | 234.86º | 0.51% | 0.14% | - |
| HSV(B) | 234.86º | 0.67% | 0.2% | - |
| XYZ | 1.1 | 0.87 | 3.36 | - |
| YUV | 22.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 52 | 0.67 | 0.62 | 0 | 0.80 | 234.86 | 0.51 | 0.14 |
| Hex | 11 | 14 | 34 | 43 | 3E | 0 | 50 | EB | 33 | E |
| Octal | 21 | 24 | 64 | 103 | 76 | 0 | 120 | 353 | 63 | 16 |
| Binary | 10001 | 10100 | 110100 | 1000011 | 111110 | 0 | 1010000 | 11101011 | 110011 | 1110 |
Color Harmonies of #111434
Complementary color
Monochromatic Colors of #111434
Black with #111434
Text Example
Text Example
White with #111434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111434; }
p { color: rgb(17,20,52); }
H1.HeaderClassName
{
color: #111434;
}
.AnyTagClassName
{
color: #111434;
}
</style>
background-color css
<style>
a { background-color: #111434; }
a { background-color: rgb(17,20,52); }
div.DivClassName
{
background-color: #111434;
}
.BgClassName
{
background-color: #111434;
}
</style>
border-color css
<style>
span { border-color: #111434; }
span { border-color: rgb(17,20,52); }
td.TdClassName
{
border-color: #111434;
}
.TagClassName
{
border-color: #111434;
}
</style>