Shades of Midnight Express #121E4E
Tints of Midnight Express #121E4E
RGB
CMYK
RGB Variations
Color information
#121E4E (or 0x121E4E) is known color: Midnight Express. HEX triplet: 12, 1E and 4E. RGB value is (18,30,78). Sum of RGB (Red+Green+Blue) = 18+30+78=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #121E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E4E is #EDE1B1. Grayscale: #1F1F1F. Windows color (decimal): -15589810 or 5119506. OLE color: 5119506.
HSL color Cylindrical-coordinate representation of color #121E4E: hue angle of 228º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121E4E is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 30 | 78 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.69 |
| HSL | 228º | 0.63% | 0.19% | - |
| HSV(B) | 228º | 0.77% | 0.31% | - |
| XYZ | 2.09 | 1.61 | 7.41 | - |
| YUV | 31.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 78 | 0.77 | 0.62 | 0 | 0.69 | 228 | 0.63 | 0.19 |
| Hex | 12 | 1E | 4E | 4D | 3E | 0 | 45 | E4 | 3E | 13 |
| Octal | 22 | 36 | 116 | 115 | 76 | 0 | 105 | 344 | 76 | 23 |
| Binary | 10010 | 11110 | 1001110 | 1001101 | 111110 | 0 | 1000101 | 11100100 | 111110 | 10011 |
Color Harmonies of #121E4E
Complementary color
Monochromatic Colors of #121E4E
Black with #121E4E
Text Example
Text Example
White with #121E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E4E; }
p { color: rgb(18,30,78); }
H1.HeaderClassName
{
color: #121E4E;
}
.AnyTagClassName
{
color: #121E4E;
}
</style>
background-color css
<style>
a { background-color: #121E4E; }
a { background-color: rgb(18,30,78); }
div.DivClassName
{
background-color: #121E4E;
}
.BgClassName
{
background-color: #121E4E;
}
</style>
border-color css
<style>
span { border-color: #121E4E; }
span { border-color: rgb(18,30,78); }
td.TdClassName
{
border-color: #121E4E;
}
.TagClassName
{
border-color: #121E4E;
}
</style>