Shades of Midnight Express #121D4D
Tints of Midnight Express #121D4D
RGB
CMYK
RGB Variations
Color information
#121D4D (or 0x121D4D) is known color: Midnight Express. HEX triplet: 12, 1D and 4D. RGB value is (18,29,77). Sum of RGB (Red+Green+Blue) = 18+29+77=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #121D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D4D is #EDE2B2. Grayscale: #1E1E1E. Windows color (decimal): -15590067 or 5053714. OLE color: 5053714.
HSL color Cylindrical-coordinate representation of color #121D4D: hue angle of 228.81º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121D4D is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 29 | 77 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.70 |
| HSL | 228.81º | 0.62% | 0.19% | - |
| HSV(B) | 228.81º | 0.77% | 0.3% | - |
| XYZ | 2.03 | 1.54 | 7.21 | - |
| YUV | 31.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 77 | 0.77 | 0.62 | 0 | 0.70 | 228.81 | 0.62 | 0.19 |
| Hex | 12 | 1D | 4D | 4D | 3E | 0 | 46 | E5 | 3E | 13 |
| Octal | 22 | 35 | 115 | 115 | 76 | 0 | 106 | 345 | 76 | 23 |
| Binary | 10010 | 11101 | 1001101 | 1001101 | 111110 | 0 | 1000110 | 11100101 | 111110 | 10011 |
Color Harmonies of #121D4D
Complementary color
Monochromatic Colors of #121D4D
Black with #121D4D
Text Example
Text Example
White with #121D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D4D; }
p { color: rgb(18,29,77); }
H1.HeaderClassName
{
color: #121D4D;
}
.AnyTagClassName
{
color: #121D4D;
}
</style>
background-color css
<style>
a { background-color: #121D4D; }
a { background-color: rgb(18,29,77); }
div.DivClassName
{
background-color: #121D4D;
}
.BgClassName
{
background-color: #121D4D;
}
</style>
border-color css
<style>
span { border-color: #121D4D; }
span { border-color: rgb(18,29,77); }
td.TdClassName
{
border-color: #121D4D;
}
.TagClassName
{
border-color: #121D4D;
}
</style>