Shades of Midnight Express #121B45
Tints of Midnight Express #121B45
RGB
CMYK
RGB Variations
Color information
#121B45 (or 0x121B45) is known color: Midnight Express. HEX triplet: 12, 1B and 45. RGB value is (18,27,69). Sum of RGB (Red+Green+Blue) = 18+27+69=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #121B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B45 is #EDE4BA. Grayscale: #1C1C1C. Windows color (decimal): -15590587 or 4528914. OLE color: 4528914.
HSL color Cylindrical-coordinate representation of color #121B45: hue angle of 229.41º 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 #121B45 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 27 | 69 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.73 |
| HSL | 229.41º | 0.59% | 0.17% | - |
| HSV(B) | 229.41º | 0.74% | 0.27% | - |
| XYZ | 1.72 | 1.34 | 5.8 | - |
| YUV | 29.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 69 | 0.74 | 0.61 | 0 | 0.73 | 229.41 | 0.59 | 0.17 |
| Hex | 12 | 1B | 45 | 4A | 3D | 0 | 49 | E5 | 3B | 11 |
| Octal | 22 | 33 | 105 | 112 | 75 | 0 | 111 | 345 | 73 | 21 |
| Binary | 10010 | 11011 | 1000101 | 1001010 | 111101 | 0 | 1001001 | 11100101 | 111011 | 10001 |
Color Harmonies of #121B45
Complementary color
Monochromatic Colors of #121B45
Black with #121B45
Text Example
Text Example
White with #121B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B45; }
p { color: rgb(18,27,69); }
H1.HeaderClassName
{
color: #121B45;
}
.AnyTagClassName
{
color: #121B45;
}
</style>
background-color css
<style>
a { background-color: #121B45; }
a { background-color: rgb(18,27,69); }
div.DivClassName
{
background-color: #121B45;
}
.BgClassName
{
background-color: #121B45;
}
</style>
border-color css
<style>
span { border-color: #121B45; }
span { border-color: rgb(18,27,69); }
td.TdClassName
{
border-color: #121B45;
}
.TagClassName
{
border-color: #121B45;
}
</style>