Shades of Midnight Express #12214D
Tints of Midnight Express #12214D
RGB
CMYK
RGB Variations
Color information
#12214D (or 0x12214D) is known color: Midnight Express. HEX triplet: 12, 21 and 4D. RGB value is (18,33,77). Sum of RGB (Red+Green+Blue) = 18+33+77=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #12214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12214D is #EDDEB2. Grayscale: #212121. Windows color (decimal): -15589043 or 5054738. OLE color: 5054738.
HSL color Cylindrical-coordinate representation of color #12214D: hue angle of 224.75º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12214D is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 33 | 77 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.70 |
| HSL | 224.75º | 0.62% | 0.19% | - |
| HSV(B) | 224.75º | 0.77% | 0.3% | - |
| XYZ | 2.13 | 1.75 | 7.25 | - |
| YUV | 33.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 77 | 0.77 | 0.57 | 0 | 0.70 | 224.75 | 0.62 | 0.19 |
| Hex | 12 | 21 | 4D | 4D | 39 | 0 | 46 | E1 | 3E | 13 |
| Octal | 22 | 41 | 115 | 115 | 71 | 0 | 106 | 341 | 76 | 23 |
| Binary | 10010 | 100001 | 1001101 | 1001101 | 111001 | 0 | 1000110 | 11100001 | 111110 | 10011 |
Color Harmonies of #12214D
Complementary color
Monochromatic Colors of #12214D
Black with #12214D
Text Example
Text Example
White with #12214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12214D; }
p { color: rgb(18,33,77); }
H1.HeaderClassName
{
color: #12214D;
}
.AnyTagClassName
{
color: #12214D;
}
</style>
background-color css
<style>
a { background-color: #12214D; }
a { background-color: rgb(18,33,77); }
div.DivClassName
{
background-color: #12214D;
}
.BgClassName
{
background-color: #12214D;
}
</style>
border-color css
<style>
span { border-color: #12214D; }
span { border-color: rgb(18,33,77); }
td.TdClassName
{
border-color: #12214D;
}
.TagClassName
{
border-color: #12214D;
}
</style>