Shades of Midnight Express #121E34
Tints of Midnight Express #121E34
RGB
CMYK
RGB Variations
Color information
#121E34 (or 0x121E34) is known color: Midnight Express. HEX triplet: 12, 1E and 34. RGB value is (18,30,52). Sum of RGB (Red+Green+Blue) = 18+30+52=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #121E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E34 is #EDE1CB. Grayscale: #1C1C1C. Windows color (decimal): -15589836 or 3415570. OLE color: 3415570.
HSL color Cylindrical-coordinate representation of color #121E34: hue angle of 218.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121E34 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 30 | 52 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.80 |
| HSL | 218.82º | 0.49% | 0.14% | - |
| HSV(B) | 218.82º | 0.65% | 0.2% | - |
| XYZ | 1.33 | 1.31 | 3.43 | - |
| YUV | 28.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 52 | 0.65 | 0.42 | 0 | 0.80 | 218.82 | 0.49 | 0.14 |
| Hex | 12 | 1E | 34 | 41 | 2A | 0 | 50 | DB | 31 | E |
| Octal | 22 | 36 | 64 | 101 | 52 | 0 | 120 | 333 | 61 | 16 |
| Binary | 10010 | 11110 | 110100 | 1000001 | 101010 | 0 | 1010000 | 11011011 | 110001 | 1110 |
Color Harmonies of #121E34
Complementary color
Monochromatic Colors of #121E34
Black with #121E34
Text Example
Text Example
White with #121E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E34; }
p { color: rgb(18,30,52); }
H1.HeaderClassName
{
color: #121E34;
}
.AnyTagClassName
{
color: #121E34;
}
</style>
background-color css
<style>
a { background-color: #121E34; }
a { background-color: rgb(18,30,52); }
div.DivClassName
{
background-color: #121E34;
}
.BgClassName
{
background-color: #121E34;
}
</style>
border-color css
<style>
span { border-color: #121E34; }
span { border-color: rgb(18,30,52); }
td.TdClassName
{
border-color: #121E34;
}
.TagClassName
{
border-color: #121E34;
}
</style>