Shades of Midnight Express #18233E
Tints of Midnight Express #18233E
RGB
CMYK
RGB Variations
Color information
#18233E (or 0x18233E) is known color: Midnight Express. HEX triplet: 18, 23 and 3E. RGB value is (24,35,62). Sum of RGB (Red+Green+Blue) = 24+35+62=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #18233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233E is #E7DCC1. Grayscale: #222222. Windows color (decimal): -15195330 or 4072216. OLE color: 4072216.
HSL color Cylindrical-coordinate representation of color #18233E: hue angle of 222.63º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18233E is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 35 | 62 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.76 |
| HSL | 222.63º | 0.44% | 0.17% | - |
| HSV(B) | 222.63º | 0.61% | 0.24% | - |
| XYZ | 1.85 | 1.74 | 4.8 | - |
| YUV | 34.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 62 | 0.61 | 0.44 | 0 | 0.76 | 222.63 | 0.44 | 0.17 |
| Hex | 18 | 23 | 3E | 3D | 2C | 0 | 4C | DF | 2C | 11 |
| Octal | 30 | 43 | 76 | 75 | 54 | 0 | 114 | 337 | 54 | 21 |
| Binary | 11000 | 100011 | 111110 | 111101 | 101100 | 0 | 1001100 | 11011111 | 101100 | 10001 |
Color Harmonies of #18233E
Complementary color
Monochromatic Colors of #18233E
Black with #18233E
Text Example
Text Example
White with #18233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18233E; }
p { color: rgb(24,35,62); }
H1.HeaderClassName
{
color: #18233E;
}
.AnyTagClassName
{
color: #18233E;
}
</style>
background-color css
<style>
a { background-color: #18233E; }
a { background-color: rgb(24,35,62); }
div.DivClassName
{
background-color: #18233E;
}
.BgClassName
{
background-color: #18233E;
}
</style>
border-color css
<style>
span { border-color: #18233E; }
span { border-color: rgb(24,35,62); }
td.TdClassName
{
border-color: #18233E;
}
.TagClassName
{
border-color: #18233E;
}
</style>