Shades of Midnight Express #11144C
Tints of Midnight Express #11144C
RGB
CMYK
RGB Variations
Color information
#11144C (or 0x11144C) is known color: Midnight Express. HEX triplet: 11, 14 and 4C. RGB value is (17,20,76). Sum of RGB (Red+Green+Blue) = 17+20+76=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #11144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11144C is #EEEBB3. Grayscale: #191919. Windows color (decimal): -15657908 or 4985873. OLE color: 4985873.
HSL color Cylindrical-coordinate representation of color #11144C: hue angle of 236.95º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11144C is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 20 | 76 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.70 |
| HSL | 236.95º | 0.63% | 0.18% | - |
| HSV(B) | 236.95º | 0.78% | 0.3% | - |
| XYZ | 1.79 | 1.14 | 6.96 | - |
| YUV | 25.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 76 | 0.78 | 0.74 | 0 | 0.70 | 236.95 | 0.63 | 0.18 |
| Hex | 11 | 14 | 4C | 4E | 4A | 0 | 46 | ED | 3F | 12 |
| Octal | 21 | 24 | 114 | 116 | 112 | 0 | 106 | 355 | 77 | 22 |
| Binary | 10001 | 10100 | 1001100 | 1001110 | 1001010 | 0 | 1000110 | 11101101 | 111111 | 10010 |
Color Harmonies of #11144C
Complementary color
Monochromatic Colors of #11144C
Black with #11144C
Text Example
Text Example
White with #11144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11144C; }
p { color: rgb(17,20,76); }
H1.HeaderClassName
{
color: #11144C;
}
.AnyTagClassName
{
color: #11144C;
}
</style>
background-color css
<style>
a { background-color: #11144C; }
a { background-color: rgb(17,20,76); }
div.DivClassName
{
background-color: #11144C;
}
.BgClassName
{
background-color: #11144C;
}
</style>
border-color css
<style>
span { border-color: #11144C; }
span { border-color: rgb(17,20,76); }
td.TdClassName
{
border-color: #11144C;
}
.TagClassName
{
border-color: #11144C;
}
</style>