Shades of Midnight Express #12234A
Tints of Midnight Express #12234A
RGB
CMYK
RGB Variations
Color information
#12234A (or 0x12234A) is known color: Midnight Express. HEX triplet: 12, 23 and 4A. RGB value is (18,35,74). Sum of RGB (Red+Green+Blue) = 18+35+74=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #12234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12234A is #EDDCB5. Grayscale: #222222. Windows color (decimal): -15588534 or 4858642. OLE color: 4858642.
HSL color Cylindrical-coordinate representation of color #12234A: hue angle of 221.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12234A is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 35 | 74 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.71 |
| HSL | 221.79º | 0.61% | 0.18% | - |
| HSV(B) | 221.79º | 0.76% | 0.29% | - |
| XYZ | 2.09 | 1.83 | 6.72 | - |
| YUV | 34.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 74 | 0.76 | 0.53 | 0 | 0.71 | 221.79 | 0.61 | 0.18 |
| Hex | 12 | 23 | 4A | 4C | 35 | 0 | 47 | DE | 3D | 12 |
| Octal | 22 | 43 | 112 | 114 | 65 | 0 | 107 | 336 | 75 | 22 |
| Binary | 10010 | 100011 | 1001010 | 1001100 | 110101 | 0 | 1000111 | 11011110 | 111101 | 10010 |
Color Harmonies of #12234A
Complementary color
Monochromatic Colors of #12234A
Black with #12234A
Text Example
Text Example
White with #12234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12234A; }
p { color: rgb(18,35,74); }
H1.HeaderClassName
{
color: #12234A;
}
.AnyTagClassName
{
color: #12234A;
}
</style>
background-color css
<style>
a { background-color: #12234A; }
a { background-color: rgb(18,35,74); }
div.DivClassName
{
background-color: #12234A;
}
.BgClassName
{
background-color: #12234A;
}
</style>
border-color css
<style>
span { border-color: #12234A; }
span { border-color: rgb(18,35,74); }
td.TdClassName
{
border-color: #12234A;
}
.TagClassName
{
border-color: #12234A;
}
</style>