Shades of Midnight Express #121D4C
Tints of Midnight Express #121D4C
RGB
CMYK
RGB Variations
Color information
#121D4C (or 0x121D4C) is known color: Midnight Express. HEX triplet: 12, 1D and 4C. RGB value is (18,29,76). Sum of RGB (Red+Green+Blue) = 18+29+76=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #121D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D4C is #EDE2B3. Grayscale: #1E1E1E. Windows color (decimal): -15590068 or 4988178. OLE color: 4988178.
HSL color Cylindrical-coordinate representation of color #121D4C: hue angle of 228.62º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121D4C is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 29 | 76 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.70 |
| HSL | 228.62º | 0.62% | 0.18% | - |
| HSV(B) | 228.62º | 0.76% | 0.3% | - |
| XYZ | 1.99 | 1.53 | 7.03 | - |
| YUV | 31.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 76 | 0.76 | 0.62 | 0 | 0.70 | 228.62 | 0.62 | 0.18 |
| Hex | 12 | 1D | 4C | 4C | 3E | 0 | 46 | E5 | 3E | 12 |
| Octal | 22 | 35 | 114 | 114 | 76 | 0 | 106 | 345 | 76 | 22 |
| Binary | 10010 | 11101 | 1001100 | 1001100 | 111110 | 0 | 1000110 | 11100101 | 111110 | 10010 |
Color Harmonies of #121D4C
Complementary color
Monochromatic Colors of #121D4C
Black with #121D4C
Text Example
Text Example
White with #121D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D4C; }
p { color: rgb(18,29,76); }
H1.HeaderClassName
{
color: #121D4C;
}
.AnyTagClassName
{
color: #121D4C;
}
</style>
background-color css
<style>
a { background-color: #121D4C; }
a { background-color: rgb(18,29,76); }
div.DivClassName
{
background-color: #121D4C;
}
.BgClassName
{
background-color: #121D4C;
}
</style>
border-color css
<style>
span { border-color: #121D4C; }
span { border-color: rgb(18,29,76); }
td.TdClassName
{
border-color: #121D4C;
}
.TagClassName
{
border-color: #121D4C;
}
</style>