Shades of Midnight Express #12223E
Tints of Midnight Express #12223E
RGB
CMYK
RGB Variations
Color information
#12223E (or 0x12223E) is known color: Midnight Express. HEX triplet: 12, 22 and 3E. RGB value is (18,34,62). Sum of RGB (Red+Green+Blue) = 18+34+62=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 62 (24.61% from 255 or 54.39% from 114); Max value from RGB is 62 - color contains mainly: blue. Hex color #12223E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12223E is #EDDDC1. Grayscale: #202020. Windows color (decimal): -15588802 or 4071954. OLE color: 4071954.
HSL color Cylindrical-coordinate representation of color #12223E: hue angle of 218.18º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12223E is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 34 | 62 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.76 |
| HSL | 218.18º | 0.55% | 0.16% | - |
| HSV(B) | 218.18º | 0.71% | 0.24% | - |
| XYZ | 1.69 | 1.62 | 4.78 | - |
| YUV | 32.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 62 | 0.71 | 0.45 | 0 | 0.76 | 218.18 | 0.55 | 0.16 |
| Hex | 12 | 22 | 3E | 47 | 2D | 0 | 4C | DA | 37 | 10 |
| Octal | 22 | 42 | 76 | 107 | 55 | 0 | 114 | 332 | 67 | 20 |
| Binary | 10010 | 100010 | 111110 | 1000111 | 101101 | 0 | 1001100 | 11011010 | 110111 | 10000 |
Color Harmonies of #12223E
Complementary color
Monochromatic Colors of #12223E
Black with #12223E
Text Example
Text Example
White with #12223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12223E; }
p { color: rgb(18,34,62); }
H1.HeaderClassName
{
color: #12223E;
}
.AnyTagClassName
{
color: #12223E;
}
</style>
background-color css
<style>
a { background-color: #12223E; }
a { background-color: rgb(18,34,62); }
div.DivClassName
{
background-color: #12223E;
}
.BgClassName
{
background-color: #12223E;
}
</style>
border-color css
<style>
span { border-color: #12223E; }
span { border-color: rgb(18,34,62); }
td.TdClassName
{
border-color: #12223E;
}
.TagClassName
{
border-color: #12223E;
}
</style>