Shades of Midnight Express #121940
Tints of Midnight Express #121940
RGB
CMYK
RGB Variations
Color information
#121940 (or 0x121940) is known color: Midnight Express. HEX triplet: 12, 19 and 40. RGB value is (18,25,64). Sum of RGB (Red+Green+Blue) = 18+25+64=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #121940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121940 is #EDE6BF. Grayscale: #1B1B1B. Windows color (decimal): -15591104 or 4200722. OLE color: 4200722.
HSL color Cylindrical-coordinate representation of color #121940: hue angle of 230.87º degrees, saturation: 0.56, 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 #121940 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 25 | 64 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.75 |
| HSL | 230.87º | 0.56% | 0.16% | - |
| HSV(B) | 230.87º | 0.72% | 0.25% | - |
| XYZ | 1.52 | 1.19 | 5 | - |
| YUV | 27.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 64 | 0.72 | 0.61 | 0 | 0.75 | 230.87 | 0.56 | 0.16 |
| Hex | 12 | 19 | 40 | 48 | 3D | 0 | 4B | E7 | 38 | 10 |
| Octal | 22 | 31 | 100 | 110 | 75 | 0 | 113 | 347 | 70 | 20 |
| Binary | 10010 | 11001 | 1000000 | 1001000 | 111101 | 0 | 1001011 | 11100111 | 111000 | 10000 |
Color Harmonies of #121940
Complementary color
Monochromatic Colors of #121940
Black with #121940
Text Example
Text Example
White with #121940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121940; }
p { color: rgb(18,25,64); }
H1.HeaderClassName
{
color: #121940;
}
.AnyTagClassName
{
color: #121940;
}
</style>
background-color css
<style>
a { background-color: #121940; }
a { background-color: rgb(18,25,64); }
div.DivClassName
{
background-color: #121940;
}
.BgClassName
{
background-color: #121940;
}
</style>
border-color css
<style>
span { border-color: #121940; }
span { border-color: rgb(18,25,64); }
td.TdClassName
{
border-color: #121940;
}
.TagClassName
{
border-color: #121940;
}
</style>