Shades of Midnight Express #122449
Tints of Midnight Express #122449
RGB
CMYK
RGB Variations
Color information
#122449 (or 0x122449) is known color: Midnight Express. HEX triplet: 12, 24 and 49. RGB value is (18,36,73). Sum of RGB (Red+Green+Blue) = 18+36+73=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #122449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122449 is #EDDBB6. Grayscale: #222222. Windows color (decimal): -15588279 or 4793362. OLE color: 4793362.
HSL color Cylindrical-coordinate representation of color #122449: hue angle of 220.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122449 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 36 | 73 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.71 |
| HSL | 220.36º | 0.6% | 0.18% | - |
| HSV(B) | 220.36º | 0.75% | 0.29% | - |
| XYZ | 2.08 | 1.87 | 6.55 | - |
| YUV | 34.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 73 | 0.75 | 0.51 | 0 | 0.71 | 220.36 | 0.6 | 0.18 |
| Hex | 12 | 24 | 49 | 4B | 33 | 0 | 47 | DC | 3C | 12 |
| Octal | 22 | 44 | 111 | 113 | 63 | 0 | 107 | 334 | 74 | 22 |
| Binary | 10010 | 100100 | 1001001 | 1001011 | 110011 | 0 | 1000111 | 11011100 | 111100 | 10010 |
Color Harmonies of #122449
Complementary color
Monochromatic Colors of #122449
Black with #122449
Text Example
Text Example
White with #122449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122449; }
p { color: rgb(18,36,73); }
H1.HeaderClassName
{
color: #122449;
}
.AnyTagClassName
{
color: #122449;
}
</style>
background-color css
<style>
a { background-color: #122449; }
a { background-color: rgb(18,36,73); }
div.DivClassName
{
background-color: #122449;
}
.BgClassName
{
background-color: #122449;
}
</style>
border-color css
<style>
span { border-color: #122449; }
span { border-color: rgb(18,36,73); }
td.TdClassName
{
border-color: #122449;
}
.TagClassName
{
border-color: #122449;
}
</style>