Shades of Midnight Express #121844
Tints of Midnight Express #121844
RGB
CMYK
RGB Variations
Color information
#121844 (or 0x121844) is known color: Midnight Express. HEX triplet: 12, 18 and 44. RGB value is (18,24,68). Sum of RGB (Red+Green+Blue) = 18+24+68=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #121844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121844 is #EDE7BB. Grayscale: #1B1B1B. Windows color (decimal): -15591356 or 4462610. OLE color: 4462610.
HSL color Cylindrical-coordinate representation of color #121844: hue angle of 232.8º degrees, saturation: 0.58, 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 #121844 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 24 | 68 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.73 |
| HSL | 232.8º | 0.58% | 0.17% | - |
| HSV(B) | 232.8º | 0.74% | 0.27% | - |
| XYZ | 1.62 | 1.2 | 5.61 | - |
| YUV | 27.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 68 | 0.74 | 0.65 | 0 | 0.73 | 232.8 | 0.58 | 0.17 |
| Hex | 12 | 18 | 44 | 4A | 41 | 0 | 49 | E9 | 3A | 11 |
| Octal | 22 | 30 | 104 | 112 | 101 | 0 | 111 | 351 | 72 | 21 |
| Binary | 10010 | 11000 | 1000100 | 1001010 | 1000001 | 0 | 1001001 | 11101001 | 111010 | 10001 |
Color Harmonies of #121844
Complementary color
Monochromatic Colors of #121844
Black with #121844
Text Example
Text Example
White with #121844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121844; }
p { color: rgb(18,24,68); }
H1.HeaderClassName
{
color: #121844;
}
.AnyTagClassName
{
color: #121844;
}
</style>
background-color css
<style>
a { background-color: #121844; }
a { background-color: rgb(18,24,68); }
div.DivClassName
{
background-color: #121844;
}
.BgClassName
{
background-color: #121844;
}
</style>
border-color css
<style>
span { border-color: #121844; }
span { border-color: rgb(18,24,68); }
td.TdClassName
{
border-color: #121844;
}
.TagClassName
{
border-color: #121844;
}
</style>