Shades of Midnight Express #121F45
Tints of Midnight Express #121F45
RGB
CMYK
RGB Variations
Color information
#121F45 (or 0x121F45) is known color: Midnight Express. HEX triplet: 12, 1F and 45. RGB value is (18,31,69). Sum of RGB (Red+Green+Blue) = 18+31+69=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #121F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F45 is #EDE0BA. Grayscale: #1F1F1F. Windows color (decimal): -15589563 or 4529938. OLE color: 4529938.
HSL color Cylindrical-coordinate representation of color #121F45: hue angle of 224.71º 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 #121F45 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 31 | 69 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.73 |
| HSL | 224.71º | 0.59% | 0.17% | - |
| HSV(B) | 224.71º | 0.74% | 0.27% | - |
| XYZ | 1.81 | 1.54 | 5.83 | - |
| YUV | 31.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 69 | 0.74 | 0.55 | 0 | 0.73 | 224.71 | 0.59 | 0.17 |
| Hex | 12 | 1F | 45 | 4A | 37 | 0 | 49 | E1 | 3B | 11 |
| Octal | 22 | 37 | 105 | 112 | 67 | 0 | 111 | 341 | 73 | 21 |
| Binary | 10010 | 11111 | 1000101 | 1001010 | 110111 | 0 | 1001001 | 11100001 | 111011 | 10001 |
Color Harmonies of #121F45
Complementary color
Monochromatic Colors of #121F45
Black with #121F45
Text Example
Text Example
White with #121F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F45; }
p { color: rgb(18,31,69); }
H1.HeaderClassName
{
color: #121F45;
}
.AnyTagClassName
{
color: #121F45;
}
</style>
background-color css
<style>
a { background-color: #121F45; }
a { background-color: rgb(18,31,69); }
div.DivClassName
{
background-color: #121F45;
}
.BgClassName
{
background-color: #121F45;
}
</style>
border-color css
<style>
span { border-color: #121F45; }
span { border-color: rgb(18,31,69); }
td.TdClassName
{
border-color: #121F45;
}
.TagClassName
{
border-color: #121F45;
}
</style>