Shades of Midnight Express #121A4D
Tints of Midnight Express #121A4D
RGB
CMYK
RGB Variations
Color information
#121A4D (or 0x121A4D) is known color: Midnight Express. HEX triplet: 12, 1A and 4D. RGB value is (18,26,77). Sum of RGB (Red+Green+Blue) = 18+26+77=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #121A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A4D is #EDE5B2. Grayscale: #1D1D1D. Windows color (decimal): -15590835 or 5052946. OLE color: 5052946.
HSL color Cylindrical-coordinate representation of color #121A4D: hue angle of 231.86º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121A4D is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 26 | 77 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.70 |
| HSL | 231.86º | 0.62% | 0.19% | - |
| HSV(B) | 231.86º | 0.77% | 0.3% | - |
| XYZ | 1.96 | 1.4 | 7.19 | - |
| YUV | 29.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 77 | 0.77 | 0.66 | 0 | 0.70 | 231.86 | 0.62 | 0.19 |
| Hex | 12 | 1A | 4D | 4D | 42 | 0 | 46 | E8 | 3E | 13 |
| Octal | 22 | 32 | 115 | 115 | 102 | 0 | 106 | 350 | 76 | 23 |
| Binary | 10010 | 11010 | 1001101 | 1001101 | 1000010 | 0 | 1000110 | 11101000 | 111110 | 10011 |
Color Harmonies of #121A4D
Complementary color
Monochromatic Colors of #121A4D
Black with #121A4D
Text Example
Text Example
White with #121A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A4D; }
p { color: rgb(18,26,77); }
H1.HeaderClassName
{
color: #121A4D;
}
.AnyTagClassName
{
color: #121A4D;
}
</style>
background-color css
<style>
a { background-color: #121A4D; }
a { background-color: rgb(18,26,77); }
div.DivClassName
{
background-color: #121A4D;
}
.BgClassName
{
background-color: #121A4D;
}
</style>
border-color css
<style>
span { border-color: #121A4D; }
span { border-color: rgb(18,26,77); }
td.TdClassName
{
border-color: #121A4D;
}
.TagClassName
{
border-color: #121A4D;
}
</style>