Shades of Midnight Express #121B50
Tints of Midnight Express #121B50
RGB
CMYK
RGB Variations
Color information
#121B50 (or 0x121B50) is known color: Midnight Express. HEX triplet: 12, 1B and 50. RGB value is (18,27,80). Sum of RGB (Red+Green+Blue) = 18+27+80=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #121B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B50 is #EDE4AF. Grayscale: #1E1E1E. Windows color (decimal): -15590576 or 5249810. OLE color: 5249810.
HSL color Cylindrical-coordinate representation of color #121B50: hue angle of 231.29º 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 #121B50 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 27 | 80 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.69 |
| HSL | 231.29º | 0.63% | 0.19% | - |
| HSV(B) | 231.29º | 0.78% | 0.31% | - |
| XYZ | 2.09 | 1.49 | 7.77 | - |
| YUV | 30.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 80 | 0.78 | 0.66 | 0 | 0.69 | 231.29 | 0.63 | 0.19 |
| Hex | 12 | 1B | 50 | 4E | 42 | 0 | 45 | E7 | 3F | 13 |
| Octal | 22 | 33 | 120 | 116 | 102 | 0 | 105 | 347 | 77 | 23 |
| Binary | 10010 | 11011 | 1010000 | 1001110 | 1000010 | 0 | 1000101 | 11100111 | 111111 | 10011 |
Color Harmonies of #121B50
Complementary color
Monochromatic Colors of #121B50
Black with #121B50
Text Example
Text Example
White with #121B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B50; }
p { color: rgb(18,27,80); }
H1.HeaderClassName
{
color: #121B50;
}
.AnyTagClassName
{
color: #121B50;
}
</style>
background-color css
<style>
a { background-color: #121B50; }
a { background-color: rgb(18,27,80); }
div.DivClassName
{
background-color: #121B50;
}
.BgClassName
{
background-color: #121B50;
}
</style>
border-color css
<style>
span { border-color: #121B50; }
span { border-color: rgb(18,27,80); }
td.TdClassName
{
border-color: #121B50;
}
.TagClassName
{
border-color: #121B50;
}
</style>