Shades of Midnight Express #121C43
Tints of Midnight Express #121C43
RGB
CMYK
RGB Variations
Color information
#121C43 (or 0x121C43) is known color: Midnight Express. HEX triplet: 12, 1C and 43. RGB value is (18,28,67). Sum of RGB (Red+Green+Blue) = 18+28+67=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #121C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C43 is #EDE3BC. Grayscale: #1D1D1D. Windows color (decimal): -15590333 or 4398098. OLE color: 4398098.
HSL color Cylindrical-coordinate representation of color #121C43: hue angle of 227.76º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121C43 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 28 | 67 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.74 |
| HSL | 227.76º | 0.58% | 0.17% | - |
| HSV(B) | 227.76º | 0.73% | 0.26% | - |
| XYZ | 1.68 | 1.36 | 5.49 | - |
| YUV | 29.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 67 | 0.73 | 0.58 | 0 | 0.74 | 227.76 | 0.58 | 0.17 |
| Hex | 12 | 1C | 43 | 49 | 3A | 0 | 4A | E4 | 3A | 11 |
| Octal | 22 | 34 | 103 | 111 | 72 | 0 | 112 | 344 | 72 | 21 |
| Binary | 10010 | 11100 | 1000011 | 1001001 | 111010 | 0 | 1001010 | 11100100 | 111010 | 10001 |
Color Harmonies of #121C43
Complementary color
Monochromatic Colors of #121C43
Black with #121C43
Text Example
Text Example
White with #121C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C43; }
p { color: rgb(18,28,67); }
H1.HeaderClassName
{
color: #121C43;
}
.AnyTagClassName
{
color: #121C43;
}
</style>
background-color css
<style>
a { background-color: #121C43; }
a { background-color: rgb(18,28,67); }
div.DivClassName
{
background-color: #121C43;
}
.BgClassName
{
background-color: #121C43;
}
</style>
border-color css
<style>
span { border-color: #121C43; }
span { border-color: rgb(18,28,67); }
td.TdClassName
{
border-color: #121C43;
}
.TagClassName
{
border-color: #121C43;
}
</style>