Shades of Midnight Express #12203A
Tints of Midnight Express #12203A
RGB
CMYK
RGB Variations
Color information
#12203A (or 0x12203A) is known color: Midnight Express. HEX triplet: 12, 20 and 3A. RGB value is (18,32,58). Sum of RGB (Red+Green+Blue) = 18+32+58=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #12203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12203A is #EDDFC5. Grayscale: #1E1E1E. Windows color (decimal): -15589318 or 3809298. OLE color: 3809298.
HSL color Cylindrical-coordinate representation of color #12203A: hue angle of 219º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12203A is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 32 | 58 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.77 |
| HSL | 219º | 0.53% | 0.15% | - |
| HSV(B) | 219º | 0.69% | 0.23% | - |
| XYZ | 1.53 | 1.47 | 4.21 | - |
| YUV | 30.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 58 | 0.69 | 0.45 | 0 | 0.77 | 219 | 0.53 | 0.15 |
| Hex | 12 | 20 | 3A | 45 | 2D | 0 | 4D | DB | 35 | F |
| Octal | 22 | 40 | 72 | 105 | 55 | 0 | 115 | 333 | 65 | 17 |
| Binary | 10010 | 100000 | 111010 | 1000101 | 101101 | 0 | 1001101 | 11011011 | 110101 | 1111 |
Color Harmonies of #12203A
Complementary color
Monochromatic Colors of #12203A
Black with #12203A
Text Example
Text Example
White with #12203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12203A; }
p { color: rgb(18,32,58); }
H1.HeaderClassName
{
color: #12203A;
}
.AnyTagClassName
{
color: #12203A;
}
</style>
background-color css
<style>
a { background-color: #12203A; }
a { background-color: rgb(18,32,58); }
div.DivClassName
{
background-color: #12203A;
}
.BgClassName
{
background-color: #12203A;
}
</style>
border-color css
<style>
span { border-color: #12203A; }
span { border-color: rgb(18,32,58); }
td.TdClassName
{
border-color: #12203A;
}
.TagClassName
{
border-color: #12203A;
}
</style>