Shades of Midnight Express #121243
Tints of Midnight Express #121243
RGB
CMYK
RGB Variations
Color information
#121243 (or 0x121243) is known color: Midnight Express. HEX triplet: 12, 12 and 43. RGB value is (18,18,67). Sum of RGB (Red+Green+Blue) = 18+18+67=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 67 (26.56% from 255 or 65.05% from 103); Max value from RGB is 67 - color contains mainly: blue. Hex color #121243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121243 is #EDEDBC. Grayscale: #171717. Windows color (decimal): -15592893 or 4395538. OLE color: 4395538.
HSL color Cylindrical-coordinate representation of color #121243: hue angle of 240º 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 #121243 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 18 | 67 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.74 |
| HSL | 240º | 0.58% | 0.17% | - |
| HSV(B) | 240º | 0.73% | 0.26% | - |
| XYZ | 1.48 | 0.97 | 5.42 | - |
| YUV | 23.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 67 | 0.73 | 0.73 | 0 | 0.74 | 240 | 0.58 | 0.17 |
| Hex | 12 | 12 | 43 | 49 | 49 | 0 | 4A | F0 | 3A | 11 |
| Octal | 22 | 22 | 103 | 111 | 111 | 0 | 112 | 360 | 72 | 21 |
| Binary | 10010 | 10010 | 1000011 | 1001001 | 1001001 | 0 | 1001010 | 11110000 | 111010 | 10001 |
Color Harmonies of #121243
Complementary color
Monochromatic Colors of #121243
Black with #121243
Text Example
Text Example
White with #121243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121243; }
p { color: rgb(18,18,67); }
H1.HeaderClassName
{
color: #121243;
}
.AnyTagClassName
{
color: #121243;
}
</style>
background-color css
<style>
a { background-color: #121243; }
a { background-color: rgb(18,18,67); }
div.DivClassName
{
background-color: #121243;
}
.BgClassName
{
background-color: #121243;
}
</style>
border-color css
<style>
span { border-color: #121243; }
span { border-color: rgb(18,18,67); }
td.TdClassName
{
border-color: #121243;
}
.TagClassName
{
border-color: #121243;
}
</style>