Shades of Midnight Express #121A40
Tints of Midnight Express #121A40
RGB
CMYK
RGB Variations
Color information
#121A40 (or 0x121A40) is known color: Midnight Express. HEX triplet: 12, 1A and 40. RGB value is (18,26,64). Sum of RGB (Red+Green+Blue) = 18+26+64=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #121A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A40 is #EDE5BF. Grayscale: #1B1B1B. Windows color (decimal): -15590848 or 4200978. OLE color: 4200978.
HSL color Cylindrical-coordinate representation of color #121A40: hue angle of 229.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121A40 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 26 | 64 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.75 |
| HSL | 229.57º | 0.56% | 0.16% | - |
| HSV(B) | 229.57º | 0.72% | 0.25% | - |
| XYZ | 1.54 | 1.24 | 5.01 | - |
| YUV | 27.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 64 | 0.72 | 0.59 | 0 | 0.75 | 229.57 | 0.56 | 0.16 |
| Hex | 12 | 1A | 40 | 48 | 3B | 0 | 4B | E6 | 38 | 10 |
| Octal | 22 | 32 | 100 | 110 | 73 | 0 | 113 | 346 | 70 | 20 |
| Binary | 10010 | 11010 | 1000000 | 1001000 | 111011 | 0 | 1001011 | 11100110 | 111000 | 10000 |
Color Harmonies of #121A40
Complementary color
Monochromatic Colors of #121A40
Black with #121A40
Text Example
Text Example
White with #121A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A40; }
p { color: rgb(18,26,64); }
H1.HeaderClassName
{
color: #121A40;
}
.AnyTagClassName
{
color: #121A40;
}
</style>
background-color css
<style>
a { background-color: #121A40; }
a { background-color: rgb(18,26,64); }
div.DivClassName
{
background-color: #121A40;
}
.BgClassName
{
background-color: #121A40;
}
</style>
border-color css
<style>
span { border-color: #121A40; }
span { border-color: rgb(18,26,64); }
td.TdClassName
{
border-color: #121A40;
}
.TagClassName
{
border-color: #121A40;
}
</style>