Shades of Midnight Express #121B49
Tints of Midnight Express #121B49
RGB
CMYK
RGB Variations
Color information
#121B49 (or 0x121B49) is known color: Midnight Express. HEX triplet: 12, 1B and 49. RGB value is (18,27,73). Sum of RGB (Red+Green+Blue) = 18+27+73=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #121B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B49 is #EDE4B6. Grayscale: #1D1D1D. Windows color (decimal): -15590583 or 4791058. OLE color: 4791058.
HSL color Cylindrical-coordinate representation of color #121B49: hue angle of 230.18º 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 #121B49 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 27 | 73 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.71 |
| HSL | 230.18º | 0.6% | 0.18% | - |
| HSV(B) | 230.18º | 0.75% | 0.29% | - |
| XYZ | 1.84 | 1.39 | 6.48 | - |
| YUV | 29.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 73 | 0.75 | 0.63 | 0 | 0.71 | 230.18 | 0.6 | 0.18 |
| Hex | 12 | 1B | 49 | 4B | 3F | 0 | 47 | E6 | 3C | 12 |
| Octal | 22 | 33 | 111 | 113 | 77 | 0 | 107 | 346 | 74 | 22 |
| Binary | 10010 | 11011 | 1001001 | 1001011 | 111111 | 0 | 1000111 | 11100110 | 111100 | 10010 |
Color Harmonies of #121B49
Complementary color
Monochromatic Colors of #121B49
Black with #121B49
Text Example
Text Example
White with #121B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B49; }
p { color: rgb(18,27,73); }
H1.HeaderClassName
{
color: #121B49;
}
.AnyTagClassName
{
color: #121B49;
}
</style>
background-color css
<style>
a { background-color: #121B49; }
a { background-color: rgb(18,27,73); }
div.DivClassName
{
background-color: #121B49;
}
.BgClassName
{
background-color: #121B49;
}
</style>
border-color css
<style>
span { border-color: #121B49; }
span { border-color: rgb(18,27,73); }
td.TdClassName
{
border-color: #121B49;
}
.TagClassName
{
border-color: #121B49;
}
</style>