Shades of Midnight Express #121C4A
Tints of Midnight Express #121C4A
RGB
CMYK
RGB Variations
Color information
#121C4A (or 0x121C4A) is known color: Midnight Express. HEX triplet: 12, 1C and 4A. RGB value is (18,28,74). Sum of RGB (Red+Green+Blue) = 18+28+74=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #121C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C4A is #EDE3B5. Grayscale: #1E1E1E. Windows color (decimal): -15590326 or 4856850. OLE color: 4856850.
HSL color Cylindrical-coordinate representation of color #121C4A: hue angle of 229.29º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121C4A is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 28 | 74 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.71 |
| HSL | 229.29º | 0.61% | 0.18% | - |
| HSV(B) | 229.29º | 0.76% | 0.29% | - |
| XYZ | 1.9 | 1.45 | 6.66 | - |
| YUV | 30.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 74 | 0.76 | 0.62 | 0 | 0.71 | 229.29 | 0.61 | 0.18 |
| Hex | 12 | 1C | 4A | 4C | 3E | 0 | 47 | E5 | 3D | 12 |
| Octal | 22 | 34 | 112 | 114 | 76 | 0 | 107 | 345 | 75 | 22 |
| Binary | 10010 | 11100 | 1001010 | 1001100 | 111110 | 0 | 1000111 | 11100101 | 111101 | 10010 |
Color Harmonies of #121C4A
Complementary color
Monochromatic Colors of #121C4A
Black with #121C4A
Text Example
Text Example
White with #121C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C4A; }
p { color: rgb(18,28,74); }
H1.HeaderClassName
{
color: #121C4A;
}
.AnyTagClassName
{
color: #121C4A;
}
</style>
background-color css
<style>
a { background-color: #121C4A; }
a { background-color: rgb(18,28,74); }
div.DivClassName
{
background-color: #121C4A;
}
.BgClassName
{
background-color: #121C4A;
}
</style>
border-color css
<style>
span { border-color: #121C4A; }
span { border-color: rgb(18,28,74); }
td.TdClassName
{
border-color: #121C4A;
}
.TagClassName
{
border-color: #121C4A;
}
</style>