Shades of Midnight Express #121447
Tints of Midnight Express #121447
RGB
CMYK
RGB Variations
Color information
#121447 (or 0x121447) is known color: Midnight Express. HEX triplet: 12, 14 and 47. RGB value is (18,20,71). Sum of RGB (Red+Green+Blue) = 18+20+71=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #121447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121447 is #EDEBB8. Grayscale: #191919. Windows color (decimal): -15592377 or 4658194. OLE color: 4658194.
HSL color Cylindrical-coordinate representation of color #121447: hue angle of 237.74º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121447 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 20 | 71 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.72 |
| HSL | 237.74º | 0.6% | 0.17% | - |
| HSV(B) | 237.74º | 0.75% | 0.28% | - |
| XYZ | 1.64 | 1.08 | 6.08 | - |
| YUV | 25.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 71 | 0.75 | 0.72 | 0 | 0.72 | 237.74 | 0.6 | 0.17 |
| Hex | 12 | 14 | 47 | 4B | 48 | 0 | 48 | EE | 3C | 11 |
| Octal | 22 | 24 | 107 | 113 | 110 | 0 | 110 | 356 | 74 | 21 |
| Binary | 10010 | 10100 | 1000111 | 1001011 | 1001000 | 0 | 1001000 | 11101110 | 111100 | 10001 |
Color Harmonies of #121447
Complementary color
Monochromatic Colors of #121447
Black with #121447
Text Example
Text Example
White with #121447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121447; }
p { color: rgb(18,20,71); }
H1.HeaderClassName
{
color: #121447;
}
.AnyTagClassName
{
color: #121447;
}
</style>
background-color css
<style>
a { background-color: #121447; }
a { background-color: rgb(18,20,71); }
div.DivClassName
{
background-color: #121447;
}
.BgClassName
{
background-color: #121447;
}
</style>
border-color css
<style>
span { border-color: #121447; }
span { border-color: rgb(18,20,71); }
td.TdClassName
{
border-color: #121447;
}
.TagClassName
{
border-color: #121447;
}
</style>