Shades of Midnight Express #12244D
Tints of Midnight Express #12244D
RGB
CMYK
RGB Variations
Color information
#12244D (or 0x12244D) is known color: Midnight Express. HEX triplet: 12, 24 and 4D. RGB value is (18,36,77). Sum of RGB (Red+Green+Blue) = 18+36+77=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #12244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12244D is #EDDBB2. Grayscale: #232323. Windows color (decimal): -15588275 or 5055506. OLE color: 5055506.
HSL color Cylindrical-coordinate representation of color #12244D: hue angle of 221.69º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12244D is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 36 | 77 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.70 |
| HSL | 221.69º | 0.62% | 0.19% | - |
| HSV(B) | 221.69º | 0.77% | 0.3% | - |
| XYZ | 2.22 | 1.93 | 7.28 | - |
| YUV | 35.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 77 | 0.77 | 0.53 | 0 | 0.70 | 221.69 | 0.62 | 0.19 |
| Hex | 12 | 24 | 4D | 4D | 35 | 0 | 46 | DE | 3E | 13 |
| Octal | 22 | 44 | 115 | 115 | 65 | 0 | 106 | 336 | 76 | 23 |
| Binary | 10010 | 100100 | 1001101 | 1001101 | 110101 | 0 | 1000110 | 11011110 | 111110 | 10011 |
Color Harmonies of #12244D
Complementary color
Monochromatic Colors of #12244D
Black with #12244D
Text Example
Text Example
White with #12244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12244D; }
p { color: rgb(18,36,77); }
H1.HeaderClassName
{
color: #12244D;
}
.AnyTagClassName
{
color: #12244D;
}
</style>
background-color css
<style>
a { background-color: #12244D; }
a { background-color: rgb(18,36,77); }
div.DivClassName
{
background-color: #12244D;
}
.BgClassName
{
background-color: #12244D;
}
</style>
border-color css
<style>
span { border-color: #12244D; }
span { border-color: rgb(18,36,77); }
td.TdClassName
{
border-color: #12244D;
}
.TagClassName
{
border-color: #12244D;
}
</style>