Shades of Midnight Express #18244C
Tints of Midnight Express #18244C
RGB
CMYK
RGB Variations
Color information
#18244C (or 0x18244C) is known color: Midnight Express. HEX triplet: 18, 24 and 4C. RGB value is (24,36,76). Sum of RGB (Red+Green+Blue) = 24+36+76=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #18244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18244C is #E7DBB3. Grayscale: #242424. Windows color (decimal): -15195060 or 4989976. OLE color: 4989976.
HSL color Cylindrical-coordinate representation of color #18244C: hue angle of 226.15º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18244C is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 36 | 76 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.70 |
| HSL | 226.15º | 0.52% | 0.2% | - |
| HSV(B) | 226.15º | 0.68% | 0.3% | - |
| XYZ | 2.31 | 1.98 | 7.1 | - |
| YUV | 36.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 76 | 0.68 | 0.53 | 0 | 0.70 | 226.15 | 0.52 | 0.2 |
| Hex | 18 | 24 | 4C | 44 | 35 | 0 | 46 | E2 | 34 | 14 |
| Octal | 30 | 44 | 114 | 104 | 65 | 0 | 106 | 342 | 64 | 24 |
| Binary | 11000 | 100100 | 1001100 | 1000100 | 110101 | 0 | 1000110 | 11100010 | 110100 | 10100 |
Color Harmonies of #18244C
Complementary color
Monochromatic Colors of #18244C
Black with #18244C
Text Example
Text Example
White with #18244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18244C; }
p { color: rgb(24,36,76); }
H1.HeaderClassName
{
color: #18244C;
}
.AnyTagClassName
{
color: #18244C;
}
</style>
background-color css
<style>
a { background-color: #18244C; }
a { background-color: rgb(24,36,76); }
div.DivClassName
{
background-color: #18244C;
}
.BgClassName
{
background-color: #18244C;
}
</style>
border-color css
<style>
span { border-color: #18244C; }
span { border-color: rgb(24,36,76); }
td.TdClassName
{
border-color: #18244C;
}
.TagClassName
{
border-color: #18244C;
}
</style>