Shades of Midnight Express #181A41
Tints of Midnight Express #181A41
RGB
CMYK
RGB Variations
Color information
#181A41 (or 0x181A41) is known color: Midnight Express. HEX triplet: 18, 1A and 41. RGB value is (24,26,65). Sum of RGB (Red+Green+Blue) = 24+26+65=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #181A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A41 is #E7E5BE. Grayscale: #1D1D1D. Windows color (decimal): -15197631 or 4266520. OLE color: 4266520.
HSL color Cylindrical-coordinate representation of color #181A41: hue angle of 237.07º 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 #181A41 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 26 | 65 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.75 |
| HSL | 237.07º | 0.46% | 0.17% | - |
| HSV(B) | 237.07º | 0.63% | 0.25% | - |
| XYZ | 1.7 | 1.31 | 5.17 | - |
| YUV | 29.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 65 | 0.63 | 0.60 | 0 | 0.75 | 237.07 | 0.46 | 0.17 |
| Hex | 18 | 1A | 41 | 3F | 3C | 0 | 4B | ED | 2E | 11 |
| Octal | 30 | 32 | 101 | 77 | 74 | 0 | 113 | 355 | 56 | 21 |
| Binary | 11000 | 11010 | 1000001 | 111111 | 111100 | 0 | 1001011 | 11101101 | 101110 | 10001 |
Color Harmonies of #181A41
Complementary color
Monochromatic Colors of #181A41
Black with #181A41
Text Example
Text Example
White with #181A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A41; }
p { color: rgb(24,26,65); }
H1.HeaderClassName
{
color: #181A41;
}
.AnyTagClassName
{
color: #181A41;
}
</style>
background-color css
<style>
a { background-color: #181A41; }
a { background-color: rgb(24,26,65); }
div.DivClassName
{
background-color: #181A41;
}
.BgClassName
{
background-color: #181A41;
}
</style>
border-color css
<style>
span { border-color: #181A41; }
span { border-color: rgb(24,26,65); }
td.TdClassName
{
border-color: #181A41;
}
.TagClassName
{
border-color: #181A41;
}
</style>