Shades of Midnight Express #181B40
Tints of Midnight Express #181B40
RGB
CMYK
RGB Variations
Color information
#181B40 (or 0x181B40) is known color: Midnight Express. HEX triplet: 18, 1B and 40. RGB value is (24,27,64). Sum of RGB (Red+Green+Blue) = 24+27+64=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #181B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B40 is #E7E4BF. Grayscale: #1E1E1E. Windows color (decimal): -15197376 or 4201240. OLE color: 4201240.
HSL color Cylindrical-coordinate representation of color #181B40: hue angle of 235.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 #181B40 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 27 | 64 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.75 |
| HSL | 235.5º | 0.45% | 0.17% | - |
| HSV(B) | 235.5º | 0.63% | 0.25% | - |
| XYZ | 1.69 | 1.35 | 5.02 | - |
| YUV | 30.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 64 | 0.62 | 0.58 | 0 | 0.75 | 235.5 | 0.45 | 0.17 |
| Hex | 18 | 1B | 40 | 3E | 3A | 0 | 4B | EC | 2D | 11 |
| Octal | 30 | 33 | 100 | 76 | 72 | 0 | 113 | 354 | 55 | 21 |
| Binary | 11000 | 11011 | 1000000 | 111110 | 111010 | 0 | 1001011 | 11101100 | 101101 | 10001 |
Color Harmonies of #181B40
Complementary color
Monochromatic Colors of #181B40
Black with #181B40
Text Example
Text Example
White with #181B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B40; }
p { color: rgb(24,27,64); }
H1.HeaderClassName
{
color: #181B40;
}
.AnyTagClassName
{
color: #181B40;
}
</style>
background-color css
<style>
a { background-color: #181B40; }
a { background-color: rgb(24,27,64); }
div.DivClassName
{
background-color: #181B40;
}
.BgClassName
{
background-color: #181B40;
}
</style>
border-color css
<style>
span { border-color: #181B40; }
span { border-color: rgb(24,27,64); }
td.TdClassName
{
border-color: #181B40;
}
.TagClassName
{
border-color: #181B40;
}
</style>