Shades of Midnight Express #18264E
Tints of Midnight Express #18264E
RGB
CMYK
RGB Variations
Color information
#18264E (or 0x18264E) is known color: Midnight Express. HEX triplet: 18, 26 and 4E. RGB value is (24,38,78). Sum of RGB (Red+Green+Blue) = 24+38+78=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #18264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18264E is #E7D9B1. Grayscale: #262626. Windows color (decimal): -15194546 or 5121560. OLE color: 5121560.
HSL color Cylindrical-coordinate representation of color #18264E: hue angle of 224.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18264E is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 38 | 78 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.69 |
| HSL | 224.44º | 0.53% | 0.2% | - |
| HSV(B) | 224.44º | 0.69% | 0.31% | - |
| XYZ | 2.44 | 2.13 | 7.49 | - |
| YUV | 38.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 78 | 0.69 | 0.51 | 0 | 0.69 | 224.44 | 0.53 | 0.2 |
| Hex | 18 | 26 | 4E | 45 | 33 | 0 | 45 | E0 | 35 | 14 |
| Octal | 30 | 46 | 116 | 105 | 63 | 0 | 105 | 340 | 65 | 24 |
| Binary | 11000 | 100110 | 1001110 | 1000101 | 110011 | 0 | 1000101 | 11100000 | 110101 | 10100 |
Color Harmonies of #18264E
Complementary color
Monochromatic Colors of #18264E
Black with #18264E
Text Example
Text Example
White with #18264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18264E; }
p { color: rgb(24,38,78); }
H1.HeaderClassName
{
color: #18264E;
}
.AnyTagClassName
{
color: #18264E;
}
</style>
background-color css
<style>
a { background-color: #18264E; }
a { background-color: rgb(24,38,78); }
div.DivClassName
{
background-color: #18264E;
}
.BgClassName
{
background-color: #18264E;
}
</style>
border-color css
<style>
span { border-color: #18264E; }
span { border-color: rgb(24,38,78); }
td.TdClassName
{
border-color: #18264E;
}
.TagClassName
{
border-color: #18264E;
}
</style>