Shades of Midnight Express #181C40
Tints of Midnight Express #181C40
RGB
CMYK
RGB Variations
Color information
#181C40 (or 0x181C40) is known color: Midnight Express. HEX triplet: 18, 1C and 40. RGB value is (24,28,64). Sum of RGB (Red+Green+Blue) = 24+28+64=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #181C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C40 is #E7E3BF. Grayscale: #1E1E1E. Windows color (decimal): -15197120 or 4201496. OLE color: 4201496.
HSL color Cylindrical-coordinate representation of color #181C40: hue angle of 234º 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 #181C40 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 28 | 64 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.75 |
| HSL | 234º | 0.45% | 0.17% | - |
| HSV(B) | 234º | 0.63% | 0.25% | - |
| XYZ | 1.72 | 1.39 | 5.03 | - |
| YUV | 30.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 64 | 0.62 | 0.56 | 0 | 0.75 | 234 | 0.45 | 0.17 |
| Hex | 18 | 1C | 40 | 3E | 38 | 0 | 4B | EA | 2D | 11 |
| Octal | 30 | 34 | 100 | 76 | 70 | 0 | 113 | 352 | 55 | 21 |
| Binary | 11000 | 11100 | 1000000 | 111110 | 111000 | 0 | 1001011 | 11101010 | 101101 | 10001 |
Color Harmonies of #181C40
Complementary color
Monochromatic Colors of #181C40
Black with #181C40
Text Example
Text Example
White with #181C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C40; }
p { color: rgb(24,28,64); }
H1.HeaderClassName
{
color: #181C40;
}
.AnyTagClassName
{
color: #181C40;
}
</style>
background-color css
<style>
a { background-color: #181C40; }
a { background-color: rgb(24,28,64); }
div.DivClassName
{
background-color: #181C40;
}
.BgClassName
{
background-color: #181C40;
}
</style>
border-color css
<style>
span { border-color: #181C40; }
span { border-color: rgb(24,28,64); }
td.TdClassName
{
border-color: #181C40;
}
.TagClassName
{
border-color: #181C40;
}
</style>