Shades of Midnight Express #12204C
Tints of Midnight Express #12204C
RGB
CMYK
RGB Variations
Color information
#12204C (or 0x12204C) is known color: Midnight Express. HEX triplet: 12, 20 and 4C. RGB value is (18,32,76). Sum of RGB (Red+Green+Blue) = 18+32+76=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #12204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12204C is #EDDFB3. Grayscale: #202020. Windows color (decimal): -15589300 or 4988946. OLE color: 4988946.
HSL color Cylindrical-coordinate representation of color #12204C: hue angle of 225.52º 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 #12204C is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 32 | 76 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.70 |
| HSL | 225.52º | 0.62% | 0.18% | - |
| HSV(B) | 225.52º | 0.76% | 0.3% | - |
| XYZ | 2.07 | 1.68 | 7.05 | - |
| YUV | 32.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 76 | 0.76 | 0.58 | 0 | 0.70 | 225.52 | 0.62 | 0.18 |
| Hex | 12 | 20 | 4C | 4C | 3A | 0 | 46 | E2 | 3E | 12 |
| Octal | 22 | 40 | 114 | 114 | 72 | 0 | 106 | 342 | 76 | 22 |
| Binary | 10010 | 100000 | 1001100 | 1001100 | 111010 | 0 | 1000110 | 11100010 | 111110 | 10010 |
Color Harmonies of #12204C
Complementary color
Monochromatic Colors of #12204C
Black with #12204C
Text Example
Text Example
White with #12204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12204C; }
p { color: rgb(18,32,76); }
H1.HeaderClassName
{
color: #12204C;
}
.AnyTagClassName
{
color: #12204C;
}
</style>
background-color css
<style>
a { background-color: #12204C; }
a { background-color: rgb(18,32,76); }
div.DivClassName
{
background-color: #12204C;
}
.BgClassName
{
background-color: #12204C;
}
</style>
border-color css
<style>
span { border-color: #12204C; }
span { border-color: rgb(18,32,76); }
td.TdClassName
{
border-color: #12204C;
}
.TagClassName
{
border-color: #12204C;
}
</style>