Shades of Midnight Express #18264C
Tints of Midnight Express #18264C
RGB
CMYK
RGB Variations
Color information
#18264C (or 0x18264C) is known color: Midnight Express. HEX triplet: 18, 26 and 4C. RGB value is (24,38,76). Sum of RGB (Red+Green+Blue) = 24+38+76=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #18264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18264C is #E7D9B3. Grayscale: #252525. Windows color (decimal): -15194548 or 4990488. OLE color: 4990488.
HSL color Cylindrical-coordinate representation of color #18264C: hue angle of 223.85º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18264C is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 38 | 76 | - |
| CMYK | 0.68 | 0.5 | 0 | 0.70 |
| HSL | 223.85º | 0.52% | 0.2% | - |
| HSV(B) | 223.85º | 0.68% | 0.3% | - |
| XYZ | 2.37 | 2.1 | 7.12 | - |
| YUV | 38.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 76 | 0.68 | 0.5 | 0 | 0.70 | 223.85 | 0.52 | 0.2 |
| Hex | 18 | 26 | 4C | 44 | 32 | 0 | 46 | E0 | 34 | 14 |
| Octal | 30 | 46 | 114 | 104 | 62 | 0 | 106 | 340 | 64 | 24 |
| Binary | 11000 | 100110 | 1001100 | 1000100 | 110010 | 0 | 1000110 | 11100000 | 110100 | 10100 |
Color Harmonies of #18264C
Complementary color
Monochromatic Colors of #18264C
Black with #18264C
Text Example
Text Example
White with #18264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18264C; }
p { color: rgb(24,38,76); }
H1.HeaderClassName
{
color: #18264C;
}
.AnyTagClassName
{
color: #18264C;
}
</style>
background-color css
<style>
a { background-color: #18264C; }
a { background-color: rgb(24,38,76); }
div.DivClassName
{
background-color: #18264C;
}
.BgClassName
{
background-color: #18264C;
}
</style>
border-color css
<style>
span { border-color: #18264C; }
span { border-color: rgb(24,38,76); }
td.TdClassName
{
border-color: #18264C;
}
.TagClassName
{
border-color: #18264C;
}
</style>