Shades of Midnight Express #181940
Tints of Midnight Express #181940
RGB
CMYK
RGB Variations
Color information
#181940 (or 0x181940) is known color: Midnight Express. HEX triplet: 18, 19 and 40. RGB value is (24,25,64). Sum of RGB (Red+Green+Blue) = 24+25+64=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #181940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181940 is #E7E6BF. Grayscale: #1C1C1C. Windows color (decimal): -15197888 or 4200728. OLE color: 4200728.
HSL color Cylindrical-coordinate representation of color #181940: hue angle of 238.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 #181940 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 25 | 64 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.75 |
| HSL | 238.5º | 0.45% | 0.17% | - |
| HSV(B) | 238.5º | 0.63% | 0.25% | - |
| XYZ | 1.65 | 1.26 | 5.01 | - |
| YUV | 29.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 64 | 0.62 | 0.61 | 0 | 0.75 | 238.5 | 0.45 | 0.17 |
| Hex | 18 | 19 | 40 | 3E | 3D | 0 | 4B | EE | 2D | 11 |
| Octal | 30 | 31 | 100 | 76 | 75 | 0 | 113 | 356 | 55 | 21 |
| Binary | 11000 | 11001 | 1000000 | 111110 | 111101 | 0 | 1001011 | 11101110 | 101101 | 10001 |
Color Harmonies of #181940
Complementary color
Monochromatic Colors of #181940
Black with #181940
Text Example
Text Example
White with #181940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181940; }
p { color: rgb(24,25,64); }
H1.HeaderClassName
{
color: #181940;
}
.AnyTagClassName
{
color: #181940;
}
</style>
background-color css
<style>
a { background-color: #181940; }
a { background-color: rgb(24,25,64); }
div.DivClassName
{
background-color: #181940;
}
.BgClassName
{
background-color: #181940;
}
</style>
border-color css
<style>
span { border-color: #181940; }
span { border-color: rgb(24,25,64); }
td.TdClassName
{
border-color: #181940;
}
.TagClassName
{
border-color: #181940;
}
</style>