Shades of Midnight Express #121446
Tints of Midnight Express #121446
RGB
CMYK
RGB Variations
Color information
#121446 (or 0x121446) is known color: Midnight Express. HEX triplet: 12, 14 and 46. RGB value is (18,20,70). Sum of RGB (Red+Green+Blue) = 18+20+70=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #121446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121446 is #EDEBB9. Grayscale: #181818. Windows color (decimal): -15592378 or 4592658. OLE color: 4592658.
HSL color Cylindrical-coordinate representation of color #121446: hue angle of 237.69º 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 #121446 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 20 | 70 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.73 |
| HSL | 237.69º | 0.59% | 0.17% | - |
| HSV(B) | 237.69º | 0.74% | 0.27% | - |
| XYZ | 1.61 | 1.07 | 5.92 | - |
| YUV | 25.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 70 | 0.74 | 0.71 | 0 | 0.73 | 237.69 | 0.59 | 0.17 |
| Hex | 12 | 14 | 46 | 4A | 47 | 0 | 49 | EE | 3B | 11 |
| Octal | 22 | 24 | 106 | 112 | 107 | 0 | 111 | 356 | 73 | 21 |
| Binary | 10010 | 10100 | 1000110 | 1001010 | 1000111 | 0 | 1001001 | 11101110 | 111011 | 10001 |
Color Harmonies of #121446
Complementary color
Monochromatic Colors of #121446
Black with #121446
Text Example
Text Example
White with #121446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121446; }
p { color: rgb(18,20,70); }
H1.HeaderClassName
{
color: #121446;
}
.AnyTagClassName
{
color: #121446;
}
</style>
background-color css
<style>
a { background-color: #121446; }
a { background-color: rgb(18,20,70); }
div.DivClassName
{
background-color: #121446;
}
.BgClassName
{
background-color: #121446;
}
</style>
border-color css
<style>
span { border-color: #121446; }
span { border-color: rgb(18,20,70); }
td.TdClassName
{
border-color: #121446;
}
.TagClassName
{
border-color: #121446;
}
</style>