Shades of Midnight Express #121A41
Tints of Midnight Express #121A41
RGB
CMYK
RGB Variations
Color information
#121A41 (or 0x121A41) is known color: Midnight Express. HEX triplet: 12, 1A and 41. RGB value is (18,26,65). Sum of RGB (Red+Green+Blue) = 18+26+65=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #121A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A41 is #EDE5BE. Grayscale: #1B1B1B. Windows color (decimal): -15590847 or 4266514. OLE color: 4266514.
HSL color Cylindrical-coordinate representation of color #121A41: hue angle of 229.79º degrees, saturation: 0.57, 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 #121A41 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 26 | 65 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.75 |
| HSL | 229.79º | 0.57% | 0.16% | - |
| HSV(B) | 229.79º | 0.72% | 0.25% | - |
| XYZ | 1.57 | 1.25 | 5.16 | - |
| YUV | 28.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 65 | 0.72 | 0.60 | 0 | 0.75 | 229.79 | 0.57 | 0.16 |
| Hex | 12 | 1A | 41 | 48 | 3C | 0 | 4B | E6 | 39 | 10 |
| Octal | 22 | 32 | 101 | 110 | 74 | 0 | 113 | 346 | 71 | 20 |
| Binary | 10010 | 11010 | 1000001 | 1001000 | 111100 | 0 | 1001011 | 11100110 | 111001 | 10000 |
Color Harmonies of #121A41
Complementary color
Monochromatic Colors of #121A41
Black with #121A41
Text Example
Text Example
White with #121A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A41; }
p { color: rgb(18,26,65); }
H1.HeaderClassName
{
color: #121A41;
}
.AnyTagClassName
{
color: #121A41;
}
</style>
background-color css
<style>
a { background-color: #121A41; }
a { background-color: rgb(18,26,65); }
div.DivClassName
{
background-color: #121A41;
}
.BgClassName
{
background-color: #121A41;
}
</style>
border-color css
<style>
span { border-color: #121A41; }
span { border-color: rgb(18,26,65); }
td.TdClassName
{
border-color: #121A41;
}
.TagClassName
{
border-color: #121A41;
}
</style>