Shades of Midnight Express #181B49
Tints of Midnight Express #181B49
RGB
CMYK
RGB Variations
Color information
#181B49 (or 0x181B49) is known color: Midnight Express. HEX triplet: 18, 1B and 49. RGB value is (24,27,73). Sum of RGB (Red+Green+Blue) = 24+27+73=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #181B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B49 is #E7E4B6. Grayscale: #1F1F1F. Windows color (decimal): -15197367 or 4791064. OLE color: 4791064.
HSL color Cylindrical-coordinate representation of color #181B49: hue angle of 236.33º 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 #181B49 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 27 | 73 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.71 |
| HSL | 236.33º | 0.51% | 0.19% | - |
| HSV(B) | 236.33º | 0.67% | 0.29% | - |
| XYZ | 1.97 | 1.46 | 6.48 | - |
| YUV | 31.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 73 | 0.67 | 0.63 | 0 | 0.71 | 236.33 | 0.51 | 0.19 |
| Hex | 18 | 1B | 49 | 43 | 3F | 0 | 47 | EC | 33 | 13 |
| Octal | 30 | 33 | 111 | 103 | 77 | 0 | 107 | 354 | 63 | 23 |
| Binary | 11000 | 11011 | 1001001 | 1000011 | 111111 | 0 | 1000111 | 11101100 | 110011 | 10011 |
Color Harmonies of #181B49
Complementary color
Monochromatic Colors of #181B49
Black with #181B49
Text Example
Text Example
White with #181B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B49; }
p { color: rgb(24,27,73); }
H1.HeaderClassName
{
color: #181B49;
}
.AnyTagClassName
{
color: #181B49;
}
</style>
background-color css
<style>
a { background-color: #181B49; }
a { background-color: rgb(24,27,73); }
div.DivClassName
{
background-color: #181B49;
}
.BgClassName
{
background-color: #181B49;
}
</style>
border-color css
<style>
span { border-color: #181B49; }
span { border-color: rgb(24,27,73); }
td.TdClassName
{
border-color: #181B49;
}
.TagClassName
{
border-color: #181B49;
}
</style>