Shades of Midnight Express #12214C
Tints of Midnight Express #12214C
RGB
CMYK
RGB Variations
Color information
#12214C (or 0x12214C) is known color: Midnight Express. HEX triplet: 12, 21 and 4C. RGB value is (18,33,76). Sum of RGB (Red+Green+Blue) = 18+33+76=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #12214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12214C is #EDDEB3. Grayscale: #212121. Windows color (decimal): -15589044 or 4989202. OLE color: 4989202.
HSL color Cylindrical-coordinate representation of color #12214C: hue angle of 224.48º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12214C is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 33 | 76 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.70 |
| HSL | 224.48º | 0.62% | 0.18% | - |
| HSV(B) | 224.48º | 0.76% | 0.3% | - |
| XYZ | 2.1 | 1.74 | 7.06 | - |
| YUV | 33.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 76 | 0.76 | 0.57 | 0 | 0.70 | 224.48 | 0.62 | 0.18 |
| Hex | 12 | 21 | 4C | 4C | 39 | 0 | 46 | E0 | 3E | 12 |
| Octal | 22 | 41 | 114 | 114 | 71 | 0 | 106 | 340 | 76 | 22 |
| Binary | 10010 | 100001 | 1001100 | 1001100 | 111001 | 0 | 1000110 | 11100000 | 111110 | 10010 |
Color Harmonies of #12214C
Complementary color
Monochromatic Colors of #12214C
Black with #12214C
Text Example
Text Example
White with #12214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12214C; }
p { color: rgb(18,33,76); }
H1.HeaderClassName
{
color: #12214C;
}
.AnyTagClassName
{
color: #12214C;
}
</style>
background-color css
<style>
a { background-color: #12214C; }
a { background-color: rgb(18,33,76); }
div.DivClassName
{
background-color: #12214C;
}
.BgClassName
{
background-color: #12214C;
}
</style>
border-color css
<style>
span { border-color: #12214C; }
span { border-color: rgb(18,33,76); }
td.TdClassName
{
border-color: #12214C;
}
.TagClassName
{
border-color: #12214C;
}
</style>