Shades of Midnight Express #12203C
Tints of Midnight Express #12203C
RGB
CMYK
RGB Variations
Color information
#12203C (or 0x12203C) is known color: Midnight Express. HEX triplet: 12, 20 and 3C. RGB value is (18,32,60). Sum of RGB (Red+Green+Blue) = 18+32+60=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #12203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12203C is #EDDFC3. Grayscale: #1E1E1E. Windows color (decimal): -15589316 or 3940370. OLE color: 3940370.
HSL color Cylindrical-coordinate representation of color #12203C: hue angle of 220º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12203C is Cyan = 0.7, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 32 | 60 | - |
| CMYK | 0.7 | 0.47 | 0 | 0.76 |
| HSL | 220º | 0.54% | 0.15% | - |
| HSV(B) | 220º | 0.7% | 0.24% | - |
| XYZ | 1.58 | 1.49 | 4.48 | - |
| YUV | 31.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 60 | 0.7 | 0.47 | 0 | 0.76 | 220 | 0.54 | 0.15 |
| Hex | 12 | 20 | 3C | 46 | 2F | 0 | 4C | DC | 36 | F |
| Octal | 22 | 40 | 74 | 106 | 57 | 0 | 114 | 334 | 66 | 17 |
| Binary | 10010 | 100000 | 111100 | 1000110 | 101111 | 0 | 1001100 | 11011100 | 110110 | 1111 |
Color Harmonies of #12203C
Complementary color
Monochromatic Colors of #12203C
Black with #12203C
Text Example
Text Example
White with #12203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12203C; }
p { color: rgb(18,32,60); }
H1.HeaderClassName
{
color: #12203C;
}
.AnyTagClassName
{
color: #12203C;
}
</style>
background-color css
<style>
a { background-color: #12203C; }
a { background-color: rgb(18,32,60); }
div.DivClassName
{
background-color: #12203C;
}
.BgClassName
{
background-color: #12203C;
}
</style>
border-color css
<style>
span { border-color: #12203C; }
span { border-color: rgb(18,32,60); }
td.TdClassName
{
border-color: #12203C;
}
.TagClassName
{
border-color: #12203C;
}
</style>