Shades of Midnight Express #121945
Tints of Midnight Express #121945
RGB
CMYK
RGB Variations
Color information
#121945 (or 0x121945) is known color: Midnight Express. HEX triplet: 12, 19 and 45. RGB value is (18,25,69). Sum of RGB (Red+Green+Blue) = 18+25+69=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #121945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121945 is #EDE6BA. Grayscale: #1B1B1B. Windows color (decimal): -15591099 or 4528402. OLE color: 4528402.
HSL color Cylindrical-coordinate representation of color #121945: hue angle of 231.76º 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 #121945 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 25 | 69 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.73 |
| HSL | 231.76º | 0.59% | 0.17% | - |
| HSV(B) | 231.76º | 0.74% | 0.27% | - |
| XYZ | 1.67 | 1.25 | 5.78 | - |
| YUV | 27.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 69 | 0.74 | 0.64 | 0 | 0.73 | 231.76 | 0.59 | 0.17 |
| Hex | 12 | 19 | 45 | 4A | 40 | 0 | 49 | E8 | 3B | 11 |
| Octal | 22 | 31 | 105 | 112 | 100 | 0 | 111 | 350 | 73 | 21 |
| Binary | 10010 | 11001 | 1000101 | 1001010 | 1000000 | 0 | 1001001 | 11101000 | 111011 | 10001 |
Color Harmonies of #121945
Complementary color
Monochromatic Colors of #121945
Black with #121945
Text Example
Text Example
White with #121945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121945; }
p { color: rgb(18,25,69); }
H1.HeaderClassName
{
color: #121945;
}
.AnyTagClassName
{
color: #121945;
}
</style>
background-color css
<style>
a { background-color: #121945; }
a { background-color: rgb(18,25,69); }
div.DivClassName
{
background-color: #121945;
}
.BgClassName
{
background-color: #121945;
}
</style>
border-color css
<style>
span { border-color: #121945; }
span { border-color: rgb(18,25,69); }
td.TdClassName
{
border-color: #121945;
}
.TagClassName
{
border-color: #121945;
}
</style>