Shades of Midnight Express #121E4D
Tints of Midnight Express #121E4D
RGB
CMYK
RGB Variations
Color information
#121E4D (or 0x121E4D) is known color: Midnight Express. HEX triplet: 12, 1E and 4D. RGB value is (18,30,77). Sum of RGB (Red+Green+Blue) = 18+30+77=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #121E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E4D is #EDE1B2. Grayscale: #1F1F1F. Windows color (decimal): -15589811 or 5053970. OLE color: 5053970.
HSL color Cylindrical-coordinate representation of color #121E4D: hue angle of 227.8º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121E4D is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 30 | 77 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.70 |
| HSL | 227.8º | 0.62% | 0.19% | - |
| HSV(B) | 227.8º | 0.77% | 0.3% | - |
| XYZ | 2.05 | 1.59 | 7.22 | - |
| YUV | 31.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 77 | 0.77 | 0.61 | 0 | 0.70 | 227.8 | 0.62 | 0.19 |
| Hex | 12 | 1E | 4D | 4D | 3D | 0 | 46 | E4 | 3E | 13 |
| Octal | 22 | 36 | 115 | 115 | 75 | 0 | 106 | 344 | 76 | 23 |
| Binary | 10010 | 11110 | 1001101 | 1001101 | 111101 | 0 | 1000110 | 11100100 | 111110 | 10011 |
Color Harmonies of #121E4D
Complementary color
Monochromatic Colors of #121E4D
Black with #121E4D
Text Example
Text Example
White with #121E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E4D; }
p { color: rgb(18,30,77); }
H1.HeaderClassName
{
color: #121E4D;
}
.AnyTagClassName
{
color: #121E4D;
}
</style>
background-color css
<style>
a { background-color: #121E4D; }
a { background-color: rgb(18,30,77); }
div.DivClassName
{
background-color: #121E4D;
}
.BgClassName
{
background-color: #121E4D;
}
</style>
border-color css
<style>
span { border-color: #121E4D; }
span { border-color: rgb(18,30,77); }
td.TdClassName
{
border-color: #121E4D;
}
.TagClassName
{
border-color: #121E4D;
}
</style>