Shades of Midnight Express #12204A
Tints of Midnight Express #12204A
RGB
CMYK
RGB Variations
Color information
#12204A (or 0x12204A) is known color: Midnight Express. HEX triplet: 12, 20 and 4A. RGB value is (18,32,74). Sum of RGB (Red+Green+Blue) = 18+32+74=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #12204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12204A is #EDDFB5. Grayscale: #202020. Windows color (decimal): -15589302 or 4857874. OLE color: 4857874.
HSL color Cylindrical-coordinate representation of color #12204A: hue angle of 225º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12204A is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 32 | 74 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.71 |
| HSL | 225º | 0.61% | 0.18% | - |
| HSV(B) | 225º | 0.76% | 0.29% | - |
| XYZ | 2 | 1.66 | 6.69 | - |
| YUV | 32.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 74 | 0.76 | 0.57 | 0 | 0.71 | 225 | 0.61 | 0.18 |
| Hex | 12 | 20 | 4A | 4C | 39 | 0 | 47 | E1 | 3D | 12 |
| Octal | 22 | 40 | 112 | 114 | 71 | 0 | 107 | 341 | 75 | 22 |
| Binary | 10010 | 100000 | 1001010 | 1001100 | 111001 | 0 | 1000111 | 11100001 | 111101 | 10010 |
Color Harmonies of #12204A
Complementary color
Monochromatic Colors of #12204A
Black with #12204A
Text Example
Text Example
White with #12204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12204A; }
p { color: rgb(18,32,74); }
H1.HeaderClassName
{
color: #12204A;
}
.AnyTagClassName
{
color: #12204A;
}
</style>
background-color css
<style>
a { background-color: #12204A; }
a { background-color: rgb(18,32,74); }
div.DivClassName
{
background-color: #12204A;
}
.BgClassName
{
background-color: #12204A;
}
</style>
border-color css
<style>
span { border-color: #12204A; }
span { border-color: rgb(18,32,74); }
td.TdClassName
{
border-color: #12204A;
}
.TagClassName
{
border-color: #12204A;
}
</style>