Shades of Midnight Express #181A49
Tints of Midnight Express #181A49
RGB
CMYK
RGB Variations
Color information
#181A49 (or 0x181A49) is known color: Midnight Express. HEX triplet: 18, 1A and 49. RGB value is (24,26,73). Sum of RGB (Red+Green+Blue) = 24+26+73=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #181A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A49 is #E7E5B6. Grayscale: #1E1E1E. Windows color (decimal): -15197623 or 4790808. OLE color: 4790808.
HSL color Cylindrical-coordinate representation of color #181A49: hue angle of 237.55º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #181A49 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 26 | 73 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.71 |
| HSL | 237.55º | 0.51% | 0.19% | - |
| HSV(B) | 237.55º | 0.67% | 0.29% | - |
| XYZ | 1.95 | 1.41 | 6.47 | - |
| YUV | 30.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 73 | 0.67 | 0.64 | 0 | 0.71 | 237.55 | 0.51 | 0.19 |
| Hex | 18 | 1A | 49 | 43 | 40 | 0 | 47 | EE | 33 | 13 |
| Octal | 30 | 32 | 111 | 103 | 100 | 0 | 107 | 356 | 63 | 23 |
| Binary | 11000 | 11010 | 1001001 | 1000011 | 1000000 | 0 | 1000111 | 11101110 | 110011 | 10011 |
Color Harmonies of #181A49
Complementary color
Monochromatic Colors of #181A49
Black with #181A49
Text Example
Text Example
White with #181A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A49; }
p { color: rgb(24,26,73); }
H1.HeaderClassName
{
color: #181A49;
}
.AnyTagClassName
{
color: #181A49;
}
</style>
background-color css
<style>
a { background-color: #181A49; }
a { background-color: rgb(24,26,73); }
div.DivClassName
{
background-color: #181A49;
}
.BgClassName
{
background-color: #181A49;
}
</style>
border-color css
<style>
span { border-color: #181A49; }
span { border-color: rgb(24,26,73); }
td.TdClassName
{
border-color: #181A49;
}
.TagClassName
{
border-color: #181A49;
}
</style>