Shades of Midnight Express #121D39
Tints of Midnight Express #121D39
RGB
CMYK
RGB Variations
Color information
#121D39 (or 0x121D39) is known color: Midnight Express. HEX triplet: 12, 1D and 39. RGB value is (18,29,57). Sum of RGB (Red+Green+Blue) = 18+29+57=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #121D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D39 is #EDE2C6. Grayscale: #1C1C1C. Windows color (decimal): -15590087 or 3742994. OLE color: 3742994.
HSL color Cylindrical-coordinate representation of color #121D39: hue angle of 223.08º 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 #121D39 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 29 | 57 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.78 |
| HSL | 223.08º | 0.52% | 0.15% | - |
| HSV(B) | 223.08º | 0.68% | 0.22% | - |
| XYZ | 1.43 | 1.3 | 4.05 | - |
| YUV | 28.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 57 | 0.68 | 0.49 | 0 | 0.78 | 223.08 | 0.52 | 0.15 |
| Hex | 12 | 1D | 39 | 44 | 31 | 0 | 4E | DF | 34 | F |
| Octal | 22 | 35 | 71 | 104 | 61 | 0 | 116 | 337 | 64 | 17 |
| Binary | 10010 | 11101 | 111001 | 1000100 | 110001 | 0 | 1001110 | 11011111 | 110100 | 1111 |
Color Harmonies of #121D39
Complementary color
Monochromatic Colors of #121D39
Black with #121D39
Text Example
Text Example
White with #121D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D39; }
p { color: rgb(18,29,57); }
H1.HeaderClassName
{
color: #121D39;
}
.AnyTagClassName
{
color: #121D39;
}
</style>
background-color css
<style>
a { background-color: #121D39; }
a { background-color: rgb(18,29,57); }
div.DivClassName
{
background-color: #121D39;
}
.BgClassName
{
background-color: #121D39;
}
</style>
border-color css
<style>
span { border-color: #121D39; }
span { border-color: rgb(18,29,57); }
td.TdClassName
{
border-color: #121D39;
}
.TagClassName
{
border-color: #121D39;
}
</style>