Shades of Midnight Express #121D45
Tints of Midnight Express #121D45
RGB
CMYK
RGB Variations
Color information
#121D45 (or 0x121D45) is known color: Midnight Express. HEX triplet: 12, 1D and 45. RGB value is (18,29,69). Sum of RGB (Red+Green+Blue) = 18+29+69=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #121D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D45 is #EDE2BA. Grayscale: #1E1E1E. Windows color (decimal): -15590075 or 4529426. OLE color: 4529426.
HSL color Cylindrical-coordinate representation of color #121D45: hue angle of 227.06º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121D45 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 29 | 69 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.73 |
| HSL | 227.06º | 0.59% | 0.17% | - |
| HSV(B) | 227.06º | 0.74% | 0.27% | - |
| XYZ | 1.76 | 1.44 | 5.81 | - |
| YUV | 30.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 69 | 0.74 | 0.58 | 0 | 0.73 | 227.06 | 0.59 | 0.17 |
| Hex | 12 | 1D | 45 | 4A | 3A | 0 | 49 | E3 | 3B | 11 |
| Octal | 22 | 35 | 105 | 112 | 72 | 0 | 111 | 343 | 73 | 21 |
| Binary | 10010 | 11101 | 1000101 | 1001010 | 111010 | 0 | 1001001 | 11100011 | 111011 | 10001 |
Color Harmonies of #121D45
Complementary color
Monochromatic Colors of #121D45
Black with #121D45
Text Example
Text Example
White with #121D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D45; }
p { color: rgb(18,29,69); }
H1.HeaderClassName
{
color: #121D45;
}
.AnyTagClassName
{
color: #121D45;
}
</style>
background-color css
<style>
a { background-color: #121D45; }
a { background-color: rgb(18,29,69); }
div.DivClassName
{
background-color: #121D45;
}
.BgClassName
{
background-color: #121D45;
}
</style>
border-color css
<style>
span { border-color: #121D45; }
span { border-color: rgb(18,29,69); }
td.TdClassName
{
border-color: #121D45;
}
.TagClassName
{
border-color: #121D45;
}
</style>