Shades of Midnight Express #12234E
Tints of Midnight Express #12234E
RGB
CMYK
RGB Variations
Color information
#12234E (or 0x12234E) is known color: Midnight Express. HEX triplet: 12, 23 and 4E. RGB value is (18,35,78). Sum of RGB (Red+Green+Blue) = 18+35+78=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #12234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12234E is #EDDCB1. Grayscale: #222222. Windows color (decimal): -15588530 or 5120786. OLE color: 5120786.
HSL color Cylindrical-coordinate representation of color #12234E: hue angle of 223º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12234E is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 35 | 78 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.69 |
| HSL | 223º | 0.63% | 0.19% | - |
| HSV(B) | 223º | 0.77% | 0.31% | - |
| XYZ | 2.23 | 1.88 | 7.45 | - |
| YUV | 34.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 78 | 0.77 | 0.55 | 0 | 0.69 | 223 | 0.63 | 0.19 |
| Hex | 12 | 23 | 4E | 4D | 37 | 0 | 45 | DF | 3E | 13 |
| Octal | 22 | 43 | 116 | 115 | 67 | 0 | 105 | 337 | 76 | 23 |
| Binary | 10010 | 100011 | 1001110 | 1001101 | 110111 | 0 | 1000101 | 11011111 | 111110 | 10011 |
Color Harmonies of #12234E
Complementary color
Monochromatic Colors of #12234E
Black with #12234E
Text Example
Text Example
White with #12234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12234E; }
p { color: rgb(18,35,78); }
H1.HeaderClassName
{
color: #12234E;
}
.AnyTagClassName
{
color: #12234E;
}
</style>
background-color css
<style>
a { background-color: #12234E; }
a { background-color: rgb(18,35,78); }
div.DivClassName
{
background-color: #12234E;
}
.BgClassName
{
background-color: #12234E;
}
</style>
border-color css
<style>
span { border-color: #12234E; }
span { border-color: rgb(18,35,78); }
td.TdClassName
{
border-color: #12234E;
}
.TagClassName
{
border-color: #12234E;
}
</style>