Shades of Midnight Express #122443
Tints of Midnight Express #122443
RGB
CMYK
RGB Variations
Color information
#122443 (or 0x122443) is known color: Midnight Express. HEX triplet: 12, 24 and 43. RGB value is (18,36,67). Sum of RGB (Red+Green+Blue) = 18+36+67=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #122443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122443 is #EDDBBC. Grayscale: #222222. Windows color (decimal): -15588285 or 4400146. OLE color: 4400146.
HSL color Cylindrical-coordinate representation of color #122443: hue angle of 217.96º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122443 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 36 | 67 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.74 |
| HSL | 217.96º | 0.58% | 0.17% | - |
| HSV(B) | 217.96º | 0.73% | 0.26% | - |
| XYZ | 1.89 | 1.8 | 5.56 | - |
| YUV | 34.15 | 146.54 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 67 | 0.73 | 0.46 | 0 | 0.74 | 217.96 | 0.58 | 0.17 |
| Hex | 12 | 24 | 43 | 49 | 2E | 0 | 4A | DA | 3A | 11 |
| Octal | 22 | 44 | 103 | 111 | 56 | 0 | 112 | 332 | 72 | 21 |
| Binary | 10010 | 100100 | 1000011 | 1001001 | 101110 | 0 | 1001010 | 11011010 | 111010 | 10001 |
Color Harmonies of #122443
Complementary color
Monochromatic Colors of #122443
Black with #122443
Text Example
Text Example
White with #122443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122443; }
p { color: rgb(18,36,67); }
H1.HeaderClassName
{
color: #122443;
}
.AnyTagClassName
{
color: #122443;
}
</style>
background-color css
<style>
a { background-color: #122443; }
a { background-color: rgb(18,36,67); }
div.DivClassName
{
background-color: #122443;
}
.BgClassName
{
background-color: #122443;
}
</style>
border-color css
<style>
span { border-color: #122443; }
span { border-color: rgb(18,36,67); }
td.TdClassName
{
border-color: #122443;
}
.TagClassName
{
border-color: #122443;
}
</style>