Shades of Midnight Express #111338
Tints of Midnight Express #111338
RGB
CMYK
RGB Variations
Color information
#111338 (or 0x111338) is known color: Midnight Express. HEX triplet: 11, 13 and 38. RGB value is (17,19,56). Sum of RGB (Red+Green+Blue) = 17+19+56=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #111338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111338 is #EEECC7. Grayscale: #161616. Windows color (decimal): -15658184 or 3674897. OLE color: 3674897.
HSL color Cylindrical-coordinate representation of color #111338: hue angle of 236.92º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #111338 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 19 | 56 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.78 |
| HSL | 236.92º | 0.53% | 0.14% | - |
| HSV(B) | 236.92º | 0.7% | 0.22% | - |
| XYZ | 1.18 | 0.87 | 3.85 | - |
| YUV | 22.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 56 | 0.70 | 0.66 | 0 | 0.78 | 236.92 | 0.53 | 0.14 |
| Hex | 11 | 13 | 38 | 46 | 42 | 0 | 4E | ED | 35 | E |
| Octal | 21 | 23 | 70 | 106 | 102 | 0 | 116 | 355 | 65 | 16 |
| Binary | 10001 | 10011 | 111000 | 1000110 | 1000010 | 0 | 1001110 | 11101101 | 110101 | 1110 |
Color Harmonies of #111338
Complementary color
Monochromatic Colors of #111338
Black with #111338
Text Example
Text Example
White with #111338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111338; }
p { color: rgb(17,19,56); }
H1.HeaderClassName
{
color: #111338;
}
.AnyTagClassName
{
color: #111338;
}
</style>
background-color css
<style>
a { background-color: #111338; }
a { background-color: rgb(17,19,56); }
div.DivClassName
{
background-color: #111338;
}
.BgClassName
{
background-color: #111338;
}
</style>
border-color css
<style>
span { border-color: #111338; }
span { border-color: rgb(17,19,56); }
td.TdClassName
{
border-color: #111338;
}
.TagClassName
{
border-color: #111338;
}
</style>