Shades of Midnight Express #182140
Tints of Midnight Express #182140
RGB
CMYK
RGB Variations
Color information
#182140 (or 0x182140) is known color: Midnight Express. HEX triplet: 18, 21 and 40. RGB value is (24,33,64). Sum of RGB (Red+Green+Blue) = 24+33+64=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #182140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182140 is #E7DEBF. Grayscale: #212121. Windows color (decimal): -15195840 or 4202776. OLE color: 4202776.
HSL color Cylindrical-coordinate representation of color #182140: hue angle of 226.5º 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 #182140 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 33 | 64 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.75 |
| HSL | 226.5º | 0.45% | 0.17% | - |
| HSV(B) | 226.5º | 0.63% | 0.25% | - |
| XYZ | 1.85 | 1.65 | 5.07 | - |
| YUV | 33.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 64 | 0.62 | 0.48 | 0 | 0.75 | 226.5 | 0.45 | 0.17 |
| Hex | 18 | 21 | 40 | 3E | 30 | 0 | 4B | E2 | 2D | 11 |
| Octal | 30 | 41 | 100 | 76 | 60 | 0 | 113 | 342 | 55 | 21 |
| Binary | 11000 | 100001 | 1000000 | 111110 | 110000 | 0 | 1001011 | 11100010 | 101101 | 10001 |
Color Harmonies of #182140
Complementary color
Monochromatic Colors of #182140
Black with #182140
Text Example
Text Example
White with #182140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182140; }
p { color: rgb(24,33,64); }
H1.HeaderClassName
{
color: #182140;
}
.AnyTagClassName
{
color: #182140;
}
</style>
background-color css
<style>
a { background-color: #182140; }
a { background-color: rgb(24,33,64); }
div.DivClassName
{
background-color: #182140;
}
.BgClassName
{
background-color: #182140;
}
</style>
border-color css
<style>
span { border-color: #182140; }
span { border-color: rgb(24,33,64); }
td.TdClassName
{
border-color: #182140;
}
.TagClassName
{
border-color: #182140;
}
</style>