Shades of Midnight Express #181E45
Tints of Midnight Express #181E45
RGB
CMYK
RGB Variations
Color information
#181E45 (or 0x181E45) is known color: Midnight Express. HEX triplet: 18, 1E and 45. RGB value is (24,30,69). Sum of RGB (Red+Green+Blue) = 24+30+69=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #181E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E45 is #E7E1BA. Grayscale: #202020. Windows color (decimal): -15196603 or 4529688. OLE color: 4529688.
HSL color Cylindrical-coordinate representation of color #181E45: hue angle of 232º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #181E45 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 30 | 69 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.73 |
| HSL | 232º | 0.48% | 0.18% | - |
| HSV(B) | 232º | 0.65% | 0.27% | - |
| XYZ | 1.92 | 1.55 | 5.83 | - |
| YUV | 32.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 69 | 0.65 | 0.57 | 0 | 0.73 | 232 | 0.48 | 0.18 |
| Hex | 18 | 1E | 45 | 41 | 39 | 0 | 49 | E8 | 30 | 12 |
| Octal | 30 | 36 | 105 | 101 | 71 | 0 | 111 | 350 | 60 | 22 |
| Binary | 11000 | 11110 | 1000101 | 1000001 | 111001 | 0 | 1001001 | 11101000 | 110000 | 10010 |
Color Harmonies of #181E45
Complementary color
Monochromatic Colors of #181E45
Black with #181E45
Text Example
Text Example
White with #181E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E45; }
p { color: rgb(24,30,69); }
H1.HeaderClassName
{
color: #181E45;
}
.AnyTagClassName
{
color: #181E45;
}
</style>
background-color css
<style>
a { background-color: #181E45; }
a { background-color: rgb(24,30,69); }
div.DivClassName
{
background-color: #181E45;
}
.BgClassName
{
background-color: #181E45;
}
</style>
border-color css
<style>
span { border-color: #181E45; }
span { border-color: rgb(24,30,69); }
td.TdClassName
{
border-color: #181E45;
}
.TagClassName
{
border-color: #181E45;
}
</style>