Shades of Midnight Express #182040
Tints of Midnight Express #182040
RGB
CMYK
RGB Variations
Color information
#182040 (or 0x182040) is known color: Midnight Express. HEX triplet: 18, 20 and 40. RGB value is (24,32,64). Sum of RGB (Red+Green+Blue) = 24+32+64=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #182040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182040 is #E7DFBF. Grayscale: #212121. Windows color (decimal): -15196096 or 4202520. OLE color: 4202520.
HSL color Cylindrical-coordinate representation of color #182040: hue angle of 228º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #182040 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 32 | 64 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.75 |
| HSL | 228º | 0.45% | 0.17% | - |
| HSV(B) | 228º | 0.63% | 0.25% | - |
| XYZ | 1.82 | 1.6 | 5.06 | - |
| YUV | 33.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 64 | 0.62 | 0.50 | 0 | 0.75 | 228 | 0.45 | 0.17 |
| Hex | 18 | 20 | 40 | 3E | 32 | 0 | 4B | E4 | 2D | 11 |
| Octal | 30 | 40 | 100 | 76 | 62 | 0 | 113 | 344 | 55 | 21 |
| Binary | 11000 | 100000 | 1000000 | 111110 | 110010 | 0 | 1001011 | 11100100 | 101101 | 10001 |
Color Harmonies of #182040
Complementary color
Monochromatic Colors of #182040
Black with #182040
Text Example
Text Example
White with #182040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182040; }
p { color: rgb(24,32,64); }
H1.HeaderClassName
{
color: #182040;
}
.AnyTagClassName
{
color: #182040;
}
</style>
background-color css
<style>
a { background-color: #182040; }
a { background-color: rgb(24,32,64); }
div.DivClassName
{
background-color: #182040;
}
.BgClassName
{
background-color: #182040;
}
</style>
border-color css
<style>
span { border-color: #182040; }
span { border-color: rgb(24,32,64); }
td.TdClassName
{
border-color: #182040;
}
.TagClassName
{
border-color: #182040;
}
</style>