Shades of Midnight Express #18264A
Tints of Midnight Express #18264A
RGB
CMYK
RGB Variations
Color information
#18264A (or 0x18264A) is known color: Midnight Express. HEX triplet: 18, 26 and 4A. RGB value is (24,38,74). Sum of RGB (Red+Green+Blue) = 24+38+74=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #18264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18264A is #E7D9B5. Grayscale: #252525. Windows color (decimal): -15194550 or 4859416. OLE color: 4859416.
HSL color Cylindrical-coordinate representation of color #18264A: hue angle of 223.2º 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 #18264A is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 38 | 74 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.71 |
| HSL | 223.2º | 0.51% | 0.19% | - |
| HSV(B) | 223.2º | 0.68% | 0.29% | - |
| XYZ | 2.31 | 2.07 | 6.76 | - |
| YUV | 37.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 74 | 0.68 | 0.49 | 0 | 0.71 | 223.2 | 0.51 | 0.19 |
| Hex | 18 | 26 | 4A | 44 | 31 | 0 | 47 | DF | 33 | 13 |
| Octal | 30 | 46 | 112 | 104 | 61 | 0 | 107 | 337 | 63 | 23 |
| Binary | 11000 | 100110 | 1001010 | 1000100 | 110001 | 0 | 1000111 | 11011111 | 110011 | 10011 |
Color Harmonies of #18264A
Complementary color
Monochromatic Colors of #18264A
Black with #18264A
Text Example
Text Example
White with #18264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18264A; }
p { color: rgb(24,38,74); }
H1.HeaderClassName
{
color: #18264A;
}
.AnyTagClassName
{
color: #18264A;
}
</style>
background-color css
<style>
a { background-color: #18264A; }
a { background-color: rgb(24,38,74); }
div.DivClassName
{
background-color: #18264A;
}
.BgClassName
{
background-color: #18264A;
}
</style>
border-color css
<style>
span { border-color: #18264A; }
span { border-color: rgb(24,38,74); }
td.TdClassName
{
border-color: #18264A;
}
.TagClassName
{
border-color: #18264A;
}
</style>