Shades of Midnight Express #18233B
Tints of Midnight Express #18233B
RGB
CMYK
RGB Variations
Color information
#18233B (or 0x18233B) is known color: Midnight Express. HEX triplet: 18, 23 and 3B. RGB value is (24,35,59). Sum of RGB (Red+Green+Blue) = 24+35+59=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #18233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233B is #E7DCC4. Grayscale: #222222. Windows color (decimal): -15195333 or 3875608. OLE color: 3875608.
HSL color Cylindrical-coordinate representation of color #18233B: hue angle of 221.14º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18233B is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 35 | 59 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.77 |
| HSL | 221.14º | 0.42% | 0.16% | - |
| HSV(B) | 221.14º | 0.59% | 0.23% | - |
| XYZ | 1.77 | 1.71 | 4.37 | - |
| YUV | 34.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 59 | 0.59 | 0.41 | 0 | 0.77 | 221.14 | 0.42 | 0.16 |
| Hex | 18 | 23 | 3B | 3B | 29 | 0 | 4D | DD | 2A | 10 |
| Octal | 30 | 43 | 73 | 73 | 51 | 0 | 115 | 335 | 52 | 20 |
| Binary | 11000 | 100011 | 111011 | 111011 | 101001 | 0 | 1001101 | 11011101 | 101010 | 10000 |
Color Harmonies of #18233B
Complementary color
Monochromatic Colors of #18233B
Black with #18233B
Text Example
Text Example
White with #18233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18233B; }
p { color: rgb(24,35,59); }
H1.HeaderClassName
{
color: #18233B;
}
.AnyTagClassName
{
color: #18233B;
}
</style>
background-color css
<style>
a { background-color: #18233B; }
a { background-color: rgb(24,35,59); }
div.DivClassName
{
background-color: #18233B;
}
.BgClassName
{
background-color: #18233B;
}
</style>
border-color css
<style>
span { border-color: #18233B; }
span { border-color: rgb(24,35,59); }
td.TdClassName
{
border-color: #18233B;
}
.TagClassName
{
border-color: #18233B;
}
</style>