Shades of Midnight Express #111348
Tints of Midnight Express #111348
RGB
CMYK
RGB Variations
Color information
#111348 (or 0x111348) is known color: Midnight Express. HEX triplet: 11, 13 and 48. RGB value is (17,19,72). Sum of RGB (Red+Green+Blue) = 17+19+72=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #111348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111348 is #EEECB7. Grayscale: #181818. Windows color (decimal): -15658168 or 4723473. OLE color: 4723473.
HSL color Cylindrical-coordinate representation of color #111348: hue angle of 237.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #111348 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 19 | 72 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.72 |
| HSL | 237.82º | 0.62% | 0.17% | - |
| HSV(B) | 237.82º | 0.76% | 0.28% | - |
| XYZ | 1.63 | 1.05 | 6.25 | - |
| YUV | 24.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 72 | 0.76 | 0.74 | 0 | 0.72 | 237.82 | 0.62 | 0.17 |
| Hex | 11 | 13 | 48 | 4C | 4A | 0 | 48 | EE | 3E | 11 |
| Octal | 21 | 23 | 110 | 114 | 112 | 0 | 110 | 356 | 76 | 21 |
| Binary | 10001 | 10011 | 1001000 | 1001100 | 1001010 | 0 | 1001000 | 11101110 | 111110 | 10001 |
Color Harmonies of #111348
Complementary color
Monochromatic Colors of #111348
Black with #111348
Text Example
Text Example
White with #111348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111348; }
p { color: rgb(17,19,72); }
H1.HeaderClassName
{
color: #111348;
}
.AnyTagClassName
{
color: #111348;
}
</style>
background-color css
<style>
a { background-color: #111348; }
a { background-color: rgb(17,19,72); }
div.DivClassName
{
background-color: #111348;
}
.BgClassName
{
background-color: #111348;
}
</style>
border-color css
<style>
span { border-color: #111348; }
span { border-color: rgb(17,19,72); }
td.TdClassName
{
border-color: #111348;
}
.TagClassName
{
border-color: #111348;
}
</style>