Shades of Midnight Express #18233F
Tints of Midnight Express #18233F
RGB
CMYK
RGB Variations
Color information
#18233F (or 0x18233F) is known color: Midnight Express. HEX triplet: 18, 23 and 3F. RGB value is (24,35,63). Sum of RGB (Red+Green+Blue) = 24+35+63=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #18233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233F is #E7DCC0. Grayscale: #222222. Windows color (decimal): -15195329 or 4137752. OLE color: 4137752.
HSL color Cylindrical-coordinate representation of color #18233F: hue angle of 223.08º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18233F is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 35 | 63 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.75 |
| HSL | 223.08º | 0.45% | 0.17% | - |
| HSV(B) | 223.08º | 0.62% | 0.25% | - |
| XYZ | 1.87 | 1.76 | 4.94 | - |
| YUV | 34.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 63 | 0.62 | 0.44 | 0 | 0.75 | 223.08 | 0.45 | 0.17 |
| Hex | 18 | 23 | 3F | 3E | 2C | 0 | 4B | DF | 2D | 11 |
| Octal | 30 | 43 | 77 | 76 | 54 | 0 | 113 | 337 | 55 | 21 |
| Binary | 11000 | 100011 | 111111 | 111110 | 101100 | 0 | 1001011 | 11011111 | 101101 | 10001 |
Color Harmonies of #18233F
Complementary color
Monochromatic Colors of #18233F
Black with #18233F
Text Example
Text Example
White with #18233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18233F; }
p { color: rgb(24,35,63); }
H1.HeaderClassName
{
color: #18233F;
}
.AnyTagClassName
{
color: #18233F;
}
</style>
background-color css
<style>
a { background-color: #18233F; }
a { background-color: rgb(24,35,63); }
div.DivClassName
{
background-color: #18233F;
}
.BgClassName
{
background-color: #18233F;
}
</style>
border-color css
<style>
span { border-color: #18233F; }
span { border-color: rgb(24,35,63); }
td.TdClassName
{
border-color: #18233F;
}
.TagClassName
{
border-color: #18233F;
}
</style>