Shades of Midnight Express #12204E
Tints of Midnight Express #12204E
RGB
CMYK
RGB Variations
Color information
#12204E (or 0x12204E) is known color: Midnight Express. HEX triplet: 12, 20 and 4E. RGB value is (18,32,78). Sum of RGB (Red+Green+Blue) = 18+32+78=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #12204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12204E is #EDDFB1. Grayscale: #202020. Windows color (decimal): -15589298 or 5120018. OLE color: 5120018.
HSL color Cylindrical-coordinate representation of color #12204E: hue angle of 226º degrees, saturation: 0.62, 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 #12204E is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 32 | 78 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.69 |
| HSL | 226º | 0.63% | 0.19% | - |
| HSV(B) | 226º | 0.77% | 0.31% | - |
| XYZ | 2.14 | 1.71 | 7.43 | - |
| YUV | 33.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 78 | 0.77 | 0.59 | 0 | 0.69 | 226 | 0.63 | 0.19 |
| Hex | 12 | 20 | 4E | 4D | 3B | 0 | 45 | E2 | 3E | 13 |
| Octal | 22 | 40 | 116 | 115 | 73 | 0 | 105 | 342 | 76 | 23 |
| Binary | 10010 | 100000 | 1001110 | 1001101 | 111011 | 0 | 1000101 | 11100010 | 111110 | 10011 |
Color Harmonies of #12204E
Complementary color
Monochromatic Colors of #12204E
Black with #12204E
Text Example
Text Example
White with #12204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12204E; }
p { color: rgb(18,32,78); }
H1.HeaderClassName
{
color: #12204E;
}
.AnyTagClassName
{
color: #12204E;
}
</style>
background-color css
<style>
a { background-color: #12204E; }
a { background-color: rgb(18,32,78); }
div.DivClassName
{
background-color: #12204E;
}
.BgClassName
{
background-color: #12204E;
}
</style>
border-color css
<style>
span { border-color: #12204E; }
span { border-color: rgb(18,32,78); }
td.TdClassName
{
border-color: #12204E;
}
.TagClassName
{
border-color: #12204E;
}
</style>