Shades of Midnight Express #181E4A
Tints of Midnight Express #181E4A
RGB
CMYK
RGB Variations
Color information
#181E4A (or 0x181E4A) is known color: Midnight Express. HEX triplet: 18, 1E and 4A. RGB value is (24,30,74). Sum of RGB (Red+Green+Blue) = 24+30+74=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #181E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E4A is #E7E1B5. Grayscale: #212121. Windows color (decimal): -15196598 or 4857368. OLE color: 4857368.
HSL color Cylindrical-coordinate representation of color #181E4A: hue angle of 232.8º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #181E4A is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 30 | 74 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.71 |
| HSL | 232.8º | 0.51% | 0.19% | - |
| HSV(B) | 232.8º | 0.68% | 0.29% | - |
| XYZ | 2.08 | 1.62 | 6.68 | - |
| YUV | 33.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 74 | 0.68 | 0.59 | 0 | 0.71 | 232.8 | 0.51 | 0.19 |
| Hex | 18 | 1E | 4A | 44 | 3B | 0 | 47 | E9 | 33 | 13 |
| Octal | 30 | 36 | 112 | 104 | 73 | 0 | 107 | 351 | 63 | 23 |
| Binary | 11000 | 11110 | 1001010 | 1000100 | 111011 | 0 | 1000111 | 11101001 | 110011 | 10011 |
Color Harmonies of #181E4A
Complementary color
Monochromatic Colors of #181E4A
Black with #181E4A
Text Example
Text Example
White with #181E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E4A; }
p { color: rgb(24,30,74); }
H1.HeaderClassName
{
color: #181E4A;
}
.AnyTagClassName
{
color: #181E4A;
}
</style>
background-color css
<style>
a { background-color: #181E4A; }
a { background-color: rgb(24,30,74); }
div.DivClassName
{
background-color: #181E4A;
}
.BgClassName
{
background-color: #181E4A;
}
</style>
border-color css
<style>
span { border-color: #181E4A; }
span { border-color: rgb(24,30,74); }
td.TdClassName
{
border-color: #181E4A;
}
.TagClassName
{
border-color: #181E4A;
}
</style>