Shades of Midnight Express #18253F
Tints of Midnight Express #18253F
RGB
CMYK
RGB Variations
Color information
#18253F (or 0x18253F) is known color: Midnight Express. HEX triplet: 18, 25 and 3F. RGB value is (24,37,63). Sum of RGB (Red+Green+Blue) = 24+37+63=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #18253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18253F is #E7DAC0. Grayscale: #232323. Windows color (decimal): -15194817 or 4138264. OLE color: 4138264.
HSL color Cylindrical-coordinate representation of color #18253F: hue angle of 220º 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 #18253F is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 37 | 63 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.75 |
| HSL | 220º | 0.45% | 0.17% | - |
| HSV(B) | 220º | 0.62% | 0.25% | - |
| XYZ | 1.94 | 1.88 | 4.96 | - |
| YUV | 36.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 63 | 0.62 | 0.41 | 0 | 0.75 | 220 | 0.45 | 0.17 |
| Hex | 18 | 25 | 3F | 3E | 29 | 0 | 4B | DC | 2D | 11 |
| Octal | 30 | 45 | 77 | 76 | 51 | 0 | 113 | 334 | 55 | 21 |
| Binary | 11000 | 100101 | 111111 | 111110 | 101001 | 0 | 1001011 | 11011100 | 101101 | 10001 |
Color Harmonies of #18253F
Complementary color
Monochromatic Colors of #18253F
Black with #18253F
Text Example
Text Example
White with #18253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18253F; }
p { color: rgb(24,37,63); }
H1.HeaderClassName
{
color: #18253F;
}
.AnyTagClassName
{
color: #18253F;
}
</style>
background-color css
<style>
a { background-color: #18253F; }
a { background-color: rgb(24,37,63); }
div.DivClassName
{
background-color: #18253F;
}
.BgClassName
{
background-color: #18253F;
}
</style>
border-color css
<style>
span { border-color: #18253F; }
span { border-color: rgb(24,37,63); }
td.TdClassName
{
border-color: #18253F;
}
.TagClassName
{
border-color: #18253F;
}
</style>