Shades of Midnight Express #12244A
Tints of Midnight Express #12244A
RGB
CMYK
RGB Variations
Color information
#12244A (or 0x12244A) is known color: Midnight Express. HEX triplet: 12, 24 and 4A. RGB value is (18,36,74). Sum of RGB (Red+Green+Blue) = 18+36+74=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #12244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12244A is #EDDBB5. Grayscale: #222222. Windows color (decimal): -15588278 or 4858898. OLE color: 4858898.
HSL color Cylindrical-coordinate representation of color #12244A: hue angle of 220.71º 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 #12244A is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 36 | 74 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.71 |
| HSL | 220.71º | 0.61% | 0.18% | - |
| HSV(B) | 220.71º | 0.76% | 0.29% | - |
| XYZ | 2.12 | 1.88 | 6.73 | - |
| YUV | 34.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 74 | 0.76 | 0.51 | 0 | 0.71 | 220.71 | 0.61 | 0.18 |
| Hex | 12 | 24 | 4A | 4C | 33 | 0 | 47 | DD | 3D | 12 |
| Octal | 22 | 44 | 112 | 114 | 63 | 0 | 107 | 335 | 75 | 22 |
| Binary | 10010 | 100100 | 1001010 | 1001100 | 110011 | 0 | 1000111 | 11011101 | 111101 | 10010 |
Color Harmonies of #12244A
Complementary color
Monochromatic Colors of #12244A
Black with #12244A
Text Example
Text Example
White with #12244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12244A; }
p { color: rgb(18,36,74); }
H1.HeaderClassName
{
color: #12244A;
}
.AnyTagClassName
{
color: #12244A;
}
</style>
background-color css
<style>
a { background-color: #12244A; }
a { background-color: rgb(18,36,74); }
div.DivClassName
{
background-color: #12244A;
}
.BgClassName
{
background-color: #12244A;
}
</style>
border-color css
<style>
span { border-color: #12244A; }
span { border-color: rgb(18,36,74); }
td.TdClassName
{
border-color: #12244A;
}
.TagClassName
{
border-color: #12244A;
}
</style>