Shades of Midnight Express #18224A
Tints of Midnight Express #18224A
RGB
CMYK
RGB Variations
Color information
#18224A (or 0x18224A) is known color: Midnight Express. HEX triplet: 18, 22 and 4A. RGB value is (24,34,74). Sum of RGB (Red+Green+Blue) = 24+34+74=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #18224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18224A is #E7DDB5. Grayscale: #232323. Windows color (decimal): -15195574 or 4858392. OLE color: 4858392.
HSL color Cylindrical-coordinate representation of color #18224A: hue angle of 228º 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 #18224A is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 34 | 74 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.71 |
| HSL | 228º | 0.51% | 0.19% | - |
| HSV(B) | 228º | 0.68% | 0.29% | - |
| XYZ | 2.18 | 1.83 | 6.72 | - |
| YUV | 35.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 74 | 0.68 | 0.54 | 0 | 0.71 | 228 | 0.51 | 0.19 |
| Hex | 18 | 22 | 4A | 44 | 36 | 0 | 47 | E4 | 33 | 13 |
| Octal | 30 | 42 | 112 | 104 | 66 | 0 | 107 | 344 | 63 | 23 |
| Binary | 11000 | 100010 | 1001010 | 1000100 | 110110 | 0 | 1000111 | 11100100 | 110011 | 10011 |
Color Harmonies of #18224A
Complementary color
Monochromatic Colors of #18224A
Black with #18224A
Text Example
Text Example
White with #18224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18224A; }
p { color: rgb(24,34,74); }
H1.HeaderClassName
{
color: #18224A;
}
.AnyTagClassName
{
color: #18224A;
}
</style>
background-color css
<style>
a { background-color: #18224A; }
a { background-color: rgb(24,34,74); }
div.DivClassName
{
background-color: #18224A;
}
.BgClassName
{
background-color: #18224A;
}
</style>
border-color css
<style>
span { border-color: #18224A; }
span { border-color: rgb(24,34,74); }
td.TdClassName
{
border-color: #18224A;
}
.TagClassName
{
border-color: #18224A;
}
</style>