Shades of Midnight Express #121C46
Tints of Midnight Express #121C46
RGB
CMYK
RGB Variations
Color information
#121C46 (or 0x121C46) is known color: Midnight Express. HEX triplet: 12, 1C and 46. RGB value is (18,28,70). Sum of RGB (Red+Green+Blue) = 18+28+70=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #121C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C46 is #EDE3B9. Grayscale: #1D1D1D. Windows color (decimal): -15590330 or 4594706. OLE color: 4594706.
HSL color Cylindrical-coordinate representation of color #121C46: hue angle of 228.46º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121C46 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 28 | 70 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.73 |
| HSL | 228.46º | 0.59% | 0.17% | - |
| HSV(B) | 228.46º | 0.74% | 0.27% | - |
| XYZ | 1.77 | 1.4 | 5.97 | - |
| YUV | 29.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 70 | 0.74 | 0.60 | 0 | 0.73 | 228.46 | 0.59 | 0.17 |
| Hex | 12 | 1C | 46 | 4A | 3C | 0 | 49 | E4 | 3B | 11 |
| Octal | 22 | 34 | 106 | 112 | 74 | 0 | 111 | 344 | 73 | 21 |
| Binary | 10010 | 11100 | 1000110 | 1001010 | 111100 | 0 | 1001001 | 11100100 | 111011 | 10001 |
Color Harmonies of #121C46
Complementary color
Monochromatic Colors of #121C46
Black with #121C46
Text Example
Text Example
White with #121C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C46; }
p { color: rgb(18,28,70); }
H1.HeaderClassName
{
color: #121C46;
}
.AnyTagClassName
{
color: #121C46;
}
</style>
background-color css
<style>
a { background-color: #121C46; }
a { background-color: rgb(18,28,70); }
div.DivClassName
{
background-color: #121C46;
}
.BgClassName
{
background-color: #121C46;
}
</style>
border-color css
<style>
span { border-color: #121C46; }
span { border-color: rgb(18,28,70); }
td.TdClassName
{
border-color: #121C46;
}
.TagClassName
{
border-color: #121C46;
}
</style>