Shades of Midnight Express #122445
Tints of Midnight Express #122445
RGB
CMYK
RGB Variations
Color information
#122445 (or 0x122445) is known color: Midnight Express. HEX triplet: 12, 24 and 45. RGB value is (18,36,69). Sum of RGB (Red+Green+Blue) = 18+36+69=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #122445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122445 is #EDDBBA. Grayscale: #222222. Windows color (decimal): -15588283 or 4531218. OLE color: 4531218.
HSL color Cylindrical-coordinate representation of color #122445: hue angle of 218.82º degrees, saturation: 0.59, 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 #122445 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 36 | 69 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.73 |
| HSL | 218.82º | 0.59% | 0.17% | - |
| HSV(B) | 218.82º | 0.74% | 0.27% | - |
| XYZ | 1.95 | 1.82 | 5.88 | - |
| YUV | 34.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 69 | 0.74 | 0.48 | 0 | 0.73 | 218.82 | 0.59 | 0.17 |
| Hex | 12 | 24 | 45 | 4A | 30 | 0 | 49 | DB | 3B | 11 |
| Octal | 22 | 44 | 105 | 112 | 60 | 0 | 111 | 333 | 73 | 21 |
| Binary | 10010 | 100100 | 1000101 | 1001010 | 110000 | 0 | 1001001 | 11011011 | 111011 | 10001 |
Color Harmonies of #122445
Complementary color
Monochromatic Colors of #122445
Black with #122445
Text Example
Text Example
White with #122445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122445; }
p { color: rgb(18,36,69); }
H1.HeaderClassName
{
color: #122445;
}
.AnyTagClassName
{
color: #122445;
}
</style>
background-color css
<style>
a { background-color: #122445; }
a { background-color: rgb(18,36,69); }
div.DivClassName
{
background-color: #122445;
}
.BgClassName
{
background-color: #122445;
}
</style>
border-color css
<style>
span { border-color: #122445; }
span { border-color: rgb(18,36,69); }
td.TdClassName
{
border-color: #122445;
}
.TagClassName
{
border-color: #122445;
}
</style>