Shades of Midnight Express #121E3C
Tints of Midnight Express #121E3C
RGB
CMYK
RGB Variations
Color information
#121E3C (or 0x121E3C) is known color: Midnight Express. HEX triplet: 12, 1E and 3C. RGB value is (18,30,60). Sum of RGB (Red+Green+Blue) = 18+30+60=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #121E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E3C is #EDE1C3. Grayscale: #1D1D1D. Windows color (decimal): -15589828 or 3939858. OLE color: 3939858.
HSL color Cylindrical-coordinate representation of color #121E3C: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121E3C is Cyan = 0.7, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 30 | 60 | - |
| CMYK | 0.7 | 0.50 | 0 | 0.76 |
| HSL | 222.86º | 0.54% | 0.15% | - |
| HSV(B) | 222.86º | 0.7% | 0.24% | - |
| XYZ | 1.53 | 1.38 | 4.46 | - |
| YUV | 29.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 60 | 0.7 | 0.50 | 0 | 0.76 | 222.86 | 0.54 | 0.15 |
| Hex | 12 | 1E | 3C | 46 | 32 | 0 | 4C | DF | 36 | F |
| Octal | 22 | 36 | 74 | 106 | 62 | 0 | 114 | 337 | 66 | 17 |
| Binary | 10010 | 11110 | 111100 | 1000110 | 110010 | 0 | 1001100 | 11011111 | 110110 | 1111 |
Color Harmonies of #121E3C
Complementary color
Monochromatic Colors of #121E3C
Black with #121E3C
Text Example
Text Example
White with #121E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E3C; }
p { color: rgb(18,30,60); }
H1.HeaderClassName
{
color: #121E3C;
}
.AnyTagClassName
{
color: #121E3C;
}
</style>
background-color css
<style>
a { background-color: #121E3C; }
a { background-color: rgb(18,30,60); }
div.DivClassName
{
background-color: #121E3C;
}
.BgClassName
{
background-color: #121E3C;
}
</style>
border-color css
<style>
span { border-color: #121E3C; }
span { border-color: rgb(18,30,60); }
td.TdClassName
{
border-color: #121E3C;
}
.TagClassName
{
border-color: #121E3C;
}
</style>