Shades of Midnight Express #121A39
Tints of Midnight Express #121A39
RGB
CMYK
RGB Variations
Color information
#121A39 (or 0x121A39) is known color: Midnight Express. HEX triplet: 12, 1A and 39. RGB value is (18,26,57). Sum of RGB (Red+Green+Blue) = 18+26+57=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #121A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A39 is #EDE5C6. Grayscale: #1B1B1B. Windows color (decimal): -15590855 or 3742226. OLE color: 3742226.
HSL color Cylindrical-coordinate representation of color #121A39: hue angle of 227.69º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121A39 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 26 | 57 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.78 |
| HSL | 227.69º | 0.52% | 0.15% | - |
| HSV(B) | 227.69º | 0.68% | 0.22% | - |
| XYZ | 1.36 | 1.16 | 4.02 | - |
| YUV | 27.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 57 | 0.68 | 0.54 | 0 | 0.78 | 227.69 | 0.52 | 0.15 |
| Hex | 12 | 1A | 39 | 44 | 36 | 0 | 4E | E4 | 34 | F |
| Octal | 22 | 32 | 71 | 104 | 66 | 0 | 116 | 344 | 64 | 17 |
| Binary | 10010 | 11010 | 111001 | 1000100 | 110110 | 0 | 1001110 | 11100100 | 110100 | 1111 |
Color Harmonies of #121A39
Complementary color
Monochromatic Colors of #121A39
Black with #121A39
Text Example
Text Example
White with #121A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A39; }
p { color: rgb(18,26,57); }
H1.HeaderClassName
{
color: #121A39;
}
.AnyTagClassName
{
color: #121A39;
}
</style>
background-color css
<style>
a { background-color: #121A39; }
a { background-color: rgb(18,26,57); }
div.DivClassName
{
background-color: #121A39;
}
.BgClassName
{
background-color: #121A39;
}
</style>
border-color css
<style>
span { border-color: #121A39; }
span { border-color: rgb(18,26,57); }
td.TdClassName
{
border-color: #121A39;
}
.TagClassName
{
border-color: #121A39;
}
</style>