Shades of Midnight Express #122049
Tints of Midnight Express #122049
RGB
CMYK
RGB Variations
Color information
#122049 (or 0x122049) is known color: Midnight Express. HEX triplet: 12, 20 and 49. RGB value is (18,32,73). Sum of RGB (Red+Green+Blue) = 18+32+73=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #122049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122049 is #EDDFB6. Grayscale: #202020. Windows color (decimal): -15589303 or 4792338. OLE color: 4792338.
HSL color Cylindrical-coordinate representation of color #122049: hue angle of 224.73º 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 #122049 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 32 | 73 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.71 |
| HSL | 224.73º | 0.6% | 0.18% | - |
| HSV(B) | 224.73º | 0.75% | 0.29% | - |
| XYZ | 1.97 | 1.64 | 6.52 | - |
| YUV | 32.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 73 | 0.75 | 0.56 | 0 | 0.71 | 224.73 | 0.6 | 0.18 |
| Hex | 12 | 20 | 49 | 4B | 38 | 0 | 47 | E1 | 3C | 12 |
| Octal | 22 | 40 | 111 | 113 | 70 | 0 | 107 | 341 | 74 | 22 |
| Binary | 10010 | 100000 | 1001001 | 1001011 | 111000 | 0 | 1000111 | 11100001 | 111100 | 10010 |
Color Harmonies of #122049
Complementary color
Monochromatic Colors of #122049
Black with #122049
Text Example
Text Example
White with #122049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122049; }
p { color: rgb(18,32,73); }
H1.HeaderClassName
{
color: #122049;
}
.AnyTagClassName
{
color: #122049;
}
</style>
background-color css
<style>
a { background-color: #122049; }
a { background-color: rgb(18,32,73); }
div.DivClassName
{
background-color: #122049;
}
.BgClassName
{
background-color: #122049;
}
</style>
border-color css
<style>
span { border-color: #122049; }
span { border-color: rgb(18,32,73); }
td.TdClassName
{
border-color: #122049;
}
.TagClassName
{
border-color: #122049;
}
</style>