Shades of Midnight Express #121A43
Tints of Midnight Express #121A43
RGB
CMYK
RGB Variations
Color information
#121A43 (or 0x121A43) is known color: Midnight Express. HEX triplet: 12, 1A and 43. RGB value is (18,26,67). Sum of RGB (Red+Green+Blue) = 18+26+67=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #121A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A43 is #EDE5BC. Grayscale: #1C1C1C. Windows color (decimal): -15590845 or 4397586. OLE color: 4397586.
HSL color Cylindrical-coordinate representation of color #121A43: hue angle of 230.2º 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 #121A43 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 26 | 67 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.74 |
| HSL | 230.2º | 0.58% | 0.17% | - |
| HSV(B) | 230.2º | 0.73% | 0.26% | - |
| XYZ | 1.63 | 1.27 | 5.47 | - |
| YUV | 28.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 67 | 0.73 | 0.61 | 0 | 0.74 | 230.2 | 0.58 | 0.17 |
| Hex | 12 | 1A | 43 | 49 | 3D | 0 | 4A | E6 | 3A | 11 |
| Octal | 22 | 32 | 103 | 111 | 75 | 0 | 112 | 346 | 72 | 21 |
| Binary | 10010 | 11010 | 1000011 | 1001001 | 111101 | 0 | 1001010 | 11100110 | 111010 | 10001 |
Color Harmonies of #121A43
Complementary color
Monochromatic Colors of #121A43
Black with #121A43
Text Example
Text Example
White with #121A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A43; }
p { color: rgb(18,26,67); }
H1.HeaderClassName
{
color: #121A43;
}
.AnyTagClassName
{
color: #121A43;
}
</style>
background-color css
<style>
a { background-color: #121A43; }
a { background-color: rgb(18,26,67); }
div.DivClassName
{
background-color: #121A43;
}
.BgClassName
{
background-color: #121A43;
}
</style>
border-color css
<style>
span { border-color: #121A43; }
span { border-color: rgb(18,26,67); }
td.TdClassName
{
border-color: #121A43;
}
.TagClassName
{
border-color: #121A43;
}
</style>