Shades of Midnight Express #181D41
Tints of Midnight Express #181D41
RGB
CMYK
RGB Variations
Color information
#181D41 (or 0x181D41) is known color: Midnight Express. HEX triplet: 18, 1D and 41. RGB value is (24,29,65). Sum of RGB (Red+Green+Blue) = 24+29+65=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #181D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D41 is #E7E2BE. Grayscale: #1F1F1F. Windows color (decimal): -15196863 or 4267288. OLE color: 4267288.
HSL color Cylindrical-coordinate representation of color #181D41: hue angle of 232.68º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #181D41 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 29 | 65 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.75 |
| HSL | 232.68º | 0.46% | 0.17% | - |
| HSV(B) | 232.68º | 0.63% | 0.25% | - |
| XYZ | 1.77 | 1.45 | 5.19 | - |
| YUV | 31.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 65 | 0.63 | 0.55 | 0 | 0.75 | 232.68 | 0.46 | 0.17 |
| Hex | 18 | 1D | 41 | 3F | 37 | 0 | 4B | E9 | 2E | 11 |
| Octal | 30 | 35 | 101 | 77 | 67 | 0 | 113 | 351 | 56 | 21 |
| Binary | 11000 | 11101 | 1000001 | 111111 | 110111 | 0 | 1001011 | 11101001 | 101110 | 10001 |
Color Harmonies of #181D41
Complementary color
Monochromatic Colors of #181D41
Black with #181D41
Text Example
Text Example
White with #181D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D41; }
p { color: rgb(24,29,65); }
H1.HeaderClassName
{
color: #181D41;
}
.AnyTagClassName
{
color: #181D41;
}
</style>
background-color css
<style>
a { background-color: #181D41; }
a { background-color: rgb(24,29,65); }
div.DivClassName
{
background-color: #181D41;
}
.BgClassName
{
background-color: #181D41;
}
</style>
border-color css
<style>
span { border-color: #181D41; }
span { border-color: rgb(24,29,65); }
td.TdClassName
{
border-color: #181D41;
}
.TagClassName
{
border-color: #181D41;
}
</style>