Shades of Midnight Express #18244A
Tints of Midnight Express #18244A
RGB
CMYK
RGB Variations
Color information
#18244A (or 0x18244A) is known color: Midnight Express. HEX triplet: 18, 24 and 4A. RGB value is (24,36,74). Sum of RGB (Red+Green+Blue) = 24+36+74=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #18244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18244A is #E7DBB5. Grayscale: #242424. Windows color (decimal): -15195062 or 4858904. OLE color: 4858904.
HSL color Cylindrical-coordinate representation of color #18244A: hue angle of 225.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18244A is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 36 | 74 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.71 |
| HSL | 225.6º | 0.51% | 0.19% | - |
| HSV(B) | 225.6º | 0.68% | 0.29% | - |
| XYZ | 2.24 | 1.95 | 6.74 | - |
| YUV | 36.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 74 | 0.68 | 0.51 | 0 | 0.71 | 225.6 | 0.51 | 0.19 |
| Hex | 18 | 24 | 4A | 44 | 33 | 0 | 47 | E2 | 33 | 13 |
| Octal | 30 | 44 | 112 | 104 | 63 | 0 | 107 | 342 | 63 | 23 |
| Binary | 11000 | 100100 | 1001010 | 1000100 | 110011 | 0 | 1000111 | 11100010 | 110011 | 10011 |
Color Harmonies of #18244A
Complementary color
Monochromatic Colors of #18244A
Black with #18244A
Text Example
Text Example
White with #18244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18244A; }
p { color: rgb(24,36,74); }
H1.HeaderClassName
{
color: #18244A;
}
.AnyTagClassName
{
color: #18244A;
}
</style>
background-color css
<style>
a { background-color: #18244A; }
a { background-color: rgb(24,36,74); }
div.DivClassName
{
background-color: #18244A;
}
.BgClassName
{
background-color: #18244A;
}
</style>
border-color css
<style>
span { border-color: #18244A; }
span { border-color: rgb(24,36,74); }
td.TdClassName
{
border-color: #18244A;
}
.TagClassName
{
border-color: #18244A;
}
</style>