Shades of Midnight Express #18284D
Tints of Midnight Express #18284D
RGB
CMYK
RGB Variations
Color information
#18284D (or 0x18284D) is known color: Midnight Express. HEX triplet: 18, 28 and 4D. RGB value is (24,40,77). Sum of RGB (Red+Green+Blue) = 24+40+77=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #18284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18284D is #E7D7B2. Grayscale: #272727. Windows color (decimal): -15194035 or 5056536. OLE color: 5056536.
HSL color Cylindrical-coordinate representation of color #18284D: hue angle of 221.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18284D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 40 | 77 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.70 |
| HSL | 221.89º | 0.52% | 0.2% | - |
| HSV(B) | 221.89º | 0.69% | 0.3% | - |
| XYZ | 2.48 | 2.25 | 7.32 | - |
| YUV | 39.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 77 | 0.69 | 0.48 | 0 | 0.70 | 221.89 | 0.52 | 0.2 |
| Hex | 18 | 28 | 4D | 45 | 30 | 0 | 46 | DE | 34 | 14 |
| Octal | 30 | 50 | 115 | 105 | 60 | 0 | 106 | 336 | 64 | 24 |
| Binary | 11000 | 101000 | 1001101 | 1000101 | 110000 | 0 | 1000110 | 11011110 | 110100 | 10100 |
Color Harmonies of #18284D
Complementary color
Monochromatic Colors of #18284D
Black with #18284D
Text Example
Text Example
White with #18284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18284D; }
p { color: rgb(24,40,77); }
H1.HeaderClassName
{
color: #18284D;
}
.AnyTagClassName
{
color: #18284D;
}
</style>
background-color css
<style>
a { background-color: #18284D; }
a { background-color: rgb(24,40,77); }
div.DivClassName
{
background-color: #18284D;
}
.BgClassName
{
background-color: #18284D;
}
</style>
border-color css
<style>
span { border-color: #18284D; }
span { border-color: rgb(24,40,77); }
td.TdClassName
{
border-color: #18284D;
}
.TagClassName
{
border-color: #18284D;
}
</style>