Shades of Midnight Express #12214F
Tints of Midnight Express #12214F
RGB
CMYK
RGB Variations
Color information
#12214F (or 0x12214F) is known color: Midnight Express. HEX triplet: 12, 21 and 4F. RGB value is (18,33,79). Sum of RGB (Red+Green+Blue) = 18+33+79=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #12214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12214F is #EDDEB0. Grayscale: #212121. Windows color (decimal): -15589041 or 5185810. OLE color: 5185810.
HSL color Cylindrical-coordinate representation of color #12214F: hue angle of 225.25º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12214F is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 33 | 79 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.69 |
| HSL | 225.25º | 0.63% | 0.19% | - |
| HSV(B) | 225.25º | 0.77% | 0.31% | - |
| XYZ | 2.2 | 1.78 | 7.62 | - |
| YUV | 33.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 79 | 0.77 | 0.58 | 0 | 0.69 | 225.25 | 0.63 | 0.19 |
| Hex | 12 | 21 | 4F | 4D | 3A | 0 | 45 | E1 | 3F | 13 |
| Octal | 22 | 41 | 117 | 115 | 72 | 0 | 105 | 341 | 77 | 23 |
| Binary | 10010 | 100001 | 1001111 | 1001101 | 111010 | 0 | 1000101 | 11100001 | 111111 | 10011 |
Color Harmonies of #12214F
Complementary color
Monochromatic Colors of #12214F
Black with #12214F
Text Example
Text Example
White with #12214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12214F; }
p { color: rgb(18,33,79); }
H1.HeaderClassName
{
color: #12214F;
}
.AnyTagClassName
{
color: #12214F;
}
</style>
background-color css
<style>
a { background-color: #12214F; }
a { background-color: rgb(18,33,79); }
div.DivClassName
{
background-color: #12214F;
}
.BgClassName
{
background-color: #12214F;
}
</style>
border-color css
<style>
span { border-color: #12214F; }
span { border-color: rgb(18,33,79); }
td.TdClassName
{
border-color: #12214F;
}
.TagClassName
{
border-color: #12214F;
}
</style>