Shades of Midnight Express #111C40
Tints of Midnight Express #111C40
RGB
CMYK
RGB Variations
Color information
#111C40 (or 0x111C40) is known color: Midnight Express. HEX triplet: 11, 1C and 40. RGB value is (17,28,64). Sum of RGB (Red+Green+Blue) = 17+28+64=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #111C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C40 is #EEE3BF. Grayscale: #1C1C1C. Windows color (decimal): -15655872 or 4201489. OLE color: 4201489.
HSL color Cylindrical-coordinate representation of color #111C40: hue angle of 225.96º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #111C40 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 28 | 64 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.75 |
| HSL | 225.96º | 0.58% | 0.16% | - |
| HSV(B) | 225.96º | 0.73% | 0.25% | - |
| XYZ | 1.57 | 1.32 | 5.02 | - |
| YUV | 28.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 64 | 0.73 | 0.56 | 0 | 0.75 | 225.96 | 0.58 | 0.16 |
| Hex | 11 | 1C | 40 | 49 | 38 | 0 | 4B | E2 | 3A | 10 |
| Octal | 21 | 34 | 100 | 111 | 70 | 0 | 113 | 342 | 72 | 20 |
| Binary | 10001 | 11100 | 1000000 | 1001001 | 111000 | 0 | 1001011 | 11100010 | 111010 | 10000 |
Color Harmonies of #111C40
Complementary color
Monochromatic Colors of #111C40
Black with #111C40
Text Example
Text Example
White with #111C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C40; }
p { color: rgb(17,28,64); }
H1.HeaderClassName
{
color: #111C40;
}
.AnyTagClassName
{
color: #111C40;
}
</style>
background-color css
<style>
a { background-color: #111C40; }
a { background-color: rgb(17,28,64); }
div.DivClassName
{
background-color: #111C40;
}
.BgClassName
{
background-color: #111C40;
}
</style>
border-color css
<style>
span { border-color: #111C40; }
span { border-color: rgb(17,28,64); }
td.TdClassName
{
border-color: #111C40;
}
.TagClassName
{
border-color: #111C40;
}
</style>