Shades of Midnight Express #121A50
Tints of Midnight Express #121A50
RGB
CMYK
RGB Variations
Color information
#121A50 (or 0x121A50) is known color: Midnight Express. HEX triplet: 12, 1A and 50. RGB value is (18,26,80). Sum of RGB (Red+Green+Blue) = 18+26+80=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #121A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A50 is #EDE5AF. Grayscale: #1D1D1D. Windows color (decimal): -15590832 or 5249554. OLE color: 5249554.
HSL color Cylindrical-coordinate representation of color #121A50: hue angle of 232.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121A50 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 26 | 80 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.69 |
| HSL | 232.26º | 0.63% | 0.19% | - |
| HSV(B) | 232.26º | 0.78% | 0.31% | - |
| XYZ | 2.07 | 1.45 | 7.76 | - |
| YUV | 29.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 80 | 0.78 | 0.67 | 0 | 0.69 | 232.26 | 0.63 | 0.19 |
| Hex | 12 | 1A | 50 | 4E | 43 | 0 | 45 | E8 | 3F | 13 |
| Octal | 22 | 32 | 120 | 116 | 103 | 0 | 105 | 350 | 77 | 23 |
| Binary | 10010 | 11010 | 1010000 | 1001110 | 1000011 | 0 | 1000101 | 11101000 | 111111 | 10011 |
Color Harmonies of #121A50
Complementary color
Monochromatic Colors of #121A50
Black with #121A50
Text Example
Text Example
White with #121A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A50; }
p { color: rgb(18,26,80); }
H1.HeaderClassName
{
color: #121A50;
}
.AnyTagClassName
{
color: #121A50;
}
</style>
background-color css
<style>
a { background-color: #121A50; }
a { background-color: rgb(18,26,80); }
div.DivClassName
{
background-color: #121A50;
}
.BgClassName
{
background-color: #121A50;
}
</style>
border-color css
<style>
span { border-color: #121A50; }
span { border-color: rgb(18,26,80); }
td.TdClassName
{
border-color: #121A50;
}
.TagClassName
{
border-color: #121A50;
}
</style>