Shades of Midnight Express #111038
Tints of Midnight Express #111038
RGB
CMYK
RGB Variations
Color information
#111038 (or 0x111038) is known color: Midnight Express. HEX triplet: 11, 10 and 38. RGB value is (17,16,56). Sum of RGB (Red+Green+Blue) = 17+16+56=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #111038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111038 is #EEEFC7. Grayscale: #141414. Windows color (decimal): -15658952 or 3674129. OLE color: 3674129.
HSL color Cylindrical-coordinate representation of color #111038: hue angle of 241.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #111038 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 16 | 56 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.78 |
| HSL | 241.5º | 0.56% | 0.14% | - |
| HSV(B) | 241.5º | 0.71% | 0.22% | - |
| XYZ | 1.13 | 0.78 | 3.83 | - |
| YUV | 20.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 56 | 0.70 | 0.71 | 0 | 0.78 | 241.5 | 0.56 | 0.14 |
| Hex | 11 | 10 | 38 | 46 | 47 | 0 | 4E | F2 | 38 | E |
| Octal | 21 | 20 | 70 | 106 | 107 | 0 | 116 | 362 | 70 | 16 |
| Binary | 10001 | 10000 | 111000 | 1000110 | 1000111 | 0 | 1001110 | 11110010 | 111000 | 1110 |
Color Harmonies of #111038
Complementary color
Monochromatic Colors of #111038
Black with #111038
Text Example
Text Example
White with #111038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111038; }
p { color: rgb(17,16,56); }
H1.HeaderClassName
{
color: #111038;
}
.AnyTagClassName
{
color: #111038;
}
</style>
background-color css
<style>
a { background-color: #111038; }
a { background-color: rgb(17,16,56); }
div.DivClassName
{
background-color: #111038;
}
.BgClassName
{
background-color: #111038;
}
</style>
border-color css
<style>
span { border-color: #111038; }
span { border-color: rgb(17,16,56); }
td.TdClassName
{
border-color: #111038;
}
.TagClassName
{
border-color: #111038;
}
</style>