Shades of Midnight Express #122141
Tints of Midnight Express #122141
RGB
CMYK
RGB Variations
Color information
#122141 (or 0x122141) is known color: Midnight Express. HEX triplet: 12, 21 and 41. RGB value is (18,33,65). Sum of RGB (Red+Green+Blue) = 18+33+65=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #122141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122141 is #EDDEBE. Grayscale: #202020. Windows color (decimal): -15589055 or 4268306. OLE color: 4268306.
HSL color Cylindrical-coordinate representation of color #122141: hue angle of 220.85º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122141 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 33 | 65 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.75 |
| HSL | 220.85º | 0.57% | 0.16% | - |
| HSV(B) | 220.85º | 0.72% | 0.25% | - |
| XYZ | 1.75 | 1.6 | 5.22 | - |
| YUV | 32.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 65 | 0.72 | 0.49 | 0 | 0.75 | 220.85 | 0.57 | 0.16 |
| Hex | 12 | 21 | 41 | 48 | 31 | 0 | 4B | DD | 39 | 10 |
| Octal | 22 | 41 | 101 | 110 | 61 | 0 | 113 | 335 | 71 | 20 |
| Binary | 10010 | 100001 | 1000001 | 1001000 | 110001 | 0 | 1001011 | 11011101 | 111001 | 10000 |
Color Harmonies of #122141
Complementary color
Monochromatic Colors of #122141
Black with #122141
Text Example
Text Example
White with #122141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122141; }
p { color: rgb(18,33,65); }
H1.HeaderClassName
{
color: #122141;
}
.AnyTagClassName
{
color: #122141;
}
</style>
background-color css
<style>
a { background-color: #122141; }
a { background-color: rgb(18,33,65); }
div.DivClassName
{
background-color: #122141;
}
.BgClassName
{
background-color: #122141;
}
</style>
border-color css
<style>
span { border-color: #122141; }
span { border-color: rgb(18,33,65); }
td.TdClassName
{
border-color: #122141;
}
.TagClassName
{
border-color: #122141;
}
</style>