Shades of Midnight Express #181A40
Tints of Midnight Express #181A40
RGB
CMYK
RGB Variations
Color information
#181A40 (or 0x181A40) is known color: Midnight Express. HEX triplet: 18, 1A and 40. RGB value is (24,26,64). Sum of RGB (Red+Green+Blue) = 24+26+64=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #181A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A40 is #E7E5BF. Grayscale: #1D1D1D. Windows color (decimal): -15197632 or 4200984. OLE color: 4200984.
HSL color Cylindrical-coordinate representation of color #181A40: hue angle of 237º 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 #181A40 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 26 | 64 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.75 |
| HSL | 237º | 0.45% | 0.17% | - |
| HSV(B) | 237º | 0.63% | 0.25% | - |
| XYZ | 1.67 | 1.3 | 5.01 | - |
| YUV | 29.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 64 | 0.62 | 0.59 | 0 | 0.75 | 237 | 0.45 | 0.17 |
| Hex | 18 | 1A | 40 | 3E | 3B | 0 | 4B | ED | 2D | 11 |
| Octal | 30 | 32 | 100 | 76 | 73 | 0 | 113 | 355 | 55 | 21 |
| Binary | 11000 | 11010 | 1000000 | 111110 | 111011 | 0 | 1001011 | 11101101 | 101101 | 10001 |
Color Harmonies of #181A40
Complementary color
Monochromatic Colors of #181A40
Black with #181A40
Text Example
Text Example
White with #181A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A40; }
p { color: rgb(24,26,64); }
H1.HeaderClassName
{
color: #181A40;
}
.AnyTagClassName
{
color: #181A40;
}
</style>
background-color css
<style>
a { background-color: #181A40; }
a { background-color: rgb(24,26,64); }
div.DivClassName
{
background-color: #181A40;
}
.BgClassName
{
background-color: #181A40;
}
</style>
border-color css
<style>
span { border-color: #181A40; }
span { border-color: rgb(24,26,64); }
td.TdClassName
{
border-color: #181A40;
}
.TagClassName
{
border-color: #181A40;
}
</style>