Shades of Midnight Express #11244A
Tints of Midnight Express #11244A
RGB
CMYK
RGB Variations
Color information
#11244A (or 0x11244A) is known color: Midnight Express. HEX triplet: 11, 24 and 4A. RGB value is (17,36,74). Sum of RGB (Red+Green+Blue) = 17+36+74=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #11244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11244A is #EEDBB5. Grayscale: #222222. Windows color (decimal): -15653814 or 4858897. OLE color: 4858897.
HSL color Cylindrical-coordinate representation of color #11244A: hue angle of 220º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11244A is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 36 | 74 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.71 |
| HSL | 220º | 0.63% | 0.18% | - |
| HSV(B) | 220º | 0.77% | 0.29% | - |
| XYZ | 2.1 | 1.88 | 6.73 | - |
| YUV | 34.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 74 | 0.77 | 0.51 | 0 | 0.71 | 220 | 0.63 | 0.18 |
| Hex | 11 | 24 | 4A | 4D | 33 | 0 | 47 | DC | 3F | 12 |
| Octal | 21 | 44 | 112 | 115 | 63 | 0 | 107 | 334 | 77 | 22 |
| Binary | 10001 | 100100 | 1001010 | 1001101 | 110011 | 0 | 1000111 | 11011100 | 111111 | 10010 |
Color Harmonies of #11244A
Complementary color
Monochromatic Colors of #11244A
Black with #11244A
Text Example
Text Example
White with #11244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11244A; }
p { color: rgb(17,36,74); }
H1.HeaderClassName
{
color: #11244A;
}
.AnyTagClassName
{
color: #11244A;
}
</style>
background-color css
<style>
a { background-color: #11244A; }
a { background-color: rgb(17,36,74); }
div.DivClassName
{
background-color: #11244A;
}
.BgClassName
{
background-color: #11244A;
}
</style>
border-color css
<style>
span { border-color: #11244A; }
span { border-color: rgb(17,36,74); }
td.TdClassName
{
border-color: #11244A;
}
.TagClassName
{
border-color: #11244A;
}
</style>