Shades of Midnight Express #111334
Tints of Midnight Express #111334
RGB
CMYK
RGB Variations
Color information
#111334 (or 0x111334) is known color: Midnight Express. HEX triplet: 11, 13 and 34. RGB value is (17,19,52). Sum of RGB (Red+Green+Blue) = 17+19+52=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #111334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111334 is #EEECCB. Grayscale: #161616. Windows color (decimal): -15658188 or 3412753. OLE color: 3412753.
HSL color Cylindrical-coordinate representation of color #111334: hue angle of 236.57º 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 #111334 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 19 | 52 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.80 |
| HSL | 236.57º | 0.51% | 0.14% | - |
| HSV(B) | 236.57º | 0.67% | 0.2% | - |
| XYZ | 1.08 | 0.83 | 3.35 | - |
| YUV | 22.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 52 | 0.67 | 0.63 | 0 | 0.80 | 236.57 | 0.51 | 0.14 |
| Hex | 11 | 13 | 34 | 43 | 3F | 0 | 50 | ED | 33 | E |
| Octal | 21 | 23 | 64 | 103 | 77 | 0 | 120 | 355 | 63 | 16 |
| Binary | 10001 | 10011 | 110100 | 1000011 | 111111 | 0 | 1010000 | 11101101 | 110011 | 1110 |
Color Harmonies of #111334
Complementary color
Monochromatic Colors of #111334
Black with #111334
Text Example
Text Example
White with #111334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111334; }
p { color: rgb(17,19,52); }
H1.HeaderClassName
{
color: #111334;
}
.AnyTagClassName
{
color: #111334;
}
</style>
background-color css
<style>
a { background-color: #111334; }
a { background-color: rgb(17,19,52); }
div.DivClassName
{
background-color: #111334;
}
.BgClassName
{
background-color: #111334;
}
</style>
border-color css
<style>
span { border-color: #111334; }
span { border-color: rgb(17,19,52); }
td.TdClassName
{
border-color: #111334;
}
.TagClassName
{
border-color: #111334;
}
</style>