Shades of Midnight Express #121D49
Tints of Midnight Express #121D49
RGB
CMYK
RGB Variations
Color information
#121D49 (or 0x121D49) is known color: Midnight Express. HEX triplet: 12, 1D and 49. RGB value is (18,29,73). Sum of RGB (Red+Green+Blue) = 18+29+73=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #121D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D49 is #EDE2B6. Grayscale: #1E1E1E. Windows color (decimal): -15590071 or 4791570. OLE color: 4791570.
HSL color Cylindrical-coordinate representation of color #121D49: hue angle of 228º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121D49 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 29 | 73 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.71 |
| HSL | 228º | 0.6% | 0.18% | - |
| HSV(B) | 228º | 0.75% | 0.29% | - |
| XYZ | 1.89 | 1.49 | 6.49 | - |
| YUV | 30.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 73 | 0.75 | 0.60 | 0 | 0.71 | 228 | 0.6 | 0.18 |
| Hex | 12 | 1D | 49 | 4B | 3C | 0 | 47 | E4 | 3C | 12 |
| Octal | 22 | 35 | 111 | 113 | 74 | 0 | 107 | 344 | 74 | 22 |
| Binary | 10010 | 11101 | 1001001 | 1001011 | 111100 | 0 | 1000111 | 11100100 | 111100 | 10010 |
Color Harmonies of #121D49
Complementary color
Monochromatic Colors of #121D49
Black with #121D49
Text Example
Text Example
White with #121D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D49; }
p { color: rgb(18,29,73); }
H1.HeaderClassName
{
color: #121D49;
}
.AnyTagClassName
{
color: #121D49;
}
</style>
background-color css
<style>
a { background-color: #121D49; }
a { background-color: rgb(18,29,73); }
div.DivClassName
{
background-color: #121D49;
}
.BgClassName
{
background-color: #121D49;
}
</style>
border-color css
<style>
span { border-color: #121D49; }
span { border-color: rgb(18,29,73); }
td.TdClassName
{
border-color: #121D49;
}
.TagClassName
{
border-color: #121D49;
}
</style>