Shades of Midnight Express #122444
Tints of Midnight Express #122444
RGB
CMYK
RGB Variations
Color information
#122444 (or 0x122444) is known color: Midnight Express. HEX triplet: 12, 24 and 44. RGB value is (18,36,68). Sum of RGB (Red+Green+Blue) = 18+36+68=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #122444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122444 is #EDDBBB. Grayscale: #222222. Windows color (decimal): -15588284 or 4465682. OLE color: 4465682.
HSL color Cylindrical-coordinate representation of color #122444: hue angle of 218.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122444 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 36 | 68 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.73 |
| HSL | 218.4º | 0.58% | 0.17% | - |
| HSV(B) | 218.4º | 0.74% | 0.27% | - |
| XYZ | 1.92 | 1.81 | 5.72 | - |
| YUV | 34.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 68 | 0.74 | 0.47 | 0 | 0.73 | 218.4 | 0.58 | 0.17 |
| Hex | 12 | 24 | 44 | 4A | 2F | 0 | 49 | DA | 3A | 11 |
| Octal | 22 | 44 | 104 | 112 | 57 | 0 | 111 | 332 | 72 | 21 |
| Binary | 10010 | 100100 | 1000100 | 1001010 | 101111 | 0 | 1001001 | 11011010 | 111010 | 10001 |
Color Harmonies of #122444
Complementary color
Monochromatic Colors of #122444
Black with #122444
Text Example
Text Example
White with #122444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122444; }
p { color: rgb(18,36,68); }
H1.HeaderClassName
{
color: #122444;
}
.AnyTagClassName
{
color: #122444;
}
</style>
background-color css
<style>
a { background-color: #122444; }
a { background-color: rgb(18,36,68); }
div.DivClassName
{
background-color: #122444;
}
.BgClassName
{
background-color: #122444;
}
</style>
border-color css
<style>
span { border-color: #122444; }
span { border-color: rgb(18,36,68); }
td.TdClassName
{
border-color: #122444;
}
.TagClassName
{
border-color: #122444;
}
</style>