Shades of Midnight Express #18254D
Tints of Midnight Express #18254D
RGB
CMYK
RGB Variations
Color information
#18254D (or 0x18254D) is known color: Midnight Express. HEX triplet: 18, 25 and 4D. RGB value is (24,37,77). Sum of RGB (Red+Green+Blue) = 24+37+77=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #18254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18254D is #E7DAB2. Grayscale: #252525. Windows color (decimal): -15194803 or 5055768. OLE color: 5055768.
HSL color Cylindrical-coordinate representation of color #18254D: hue angle of 225.28º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18254D is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 37 | 77 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.70 |
| HSL | 225.28º | 0.52% | 0.2% | - |
| HSV(B) | 225.28º | 0.69% | 0.3% | - |
| XYZ | 2.38 | 2.05 | 7.29 | - |
| YUV | 37.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 77 | 0.69 | 0.52 | 0 | 0.70 | 225.28 | 0.52 | 0.2 |
| Hex | 18 | 25 | 4D | 45 | 34 | 0 | 46 | E1 | 34 | 14 |
| Octal | 30 | 45 | 115 | 105 | 64 | 0 | 106 | 341 | 64 | 24 |
| Binary | 11000 | 100101 | 1001101 | 1000101 | 110100 | 0 | 1000110 | 11100001 | 110100 | 10100 |
Color Harmonies of #18254D
Complementary color
Monochromatic Colors of #18254D
Black with #18254D
Text Example
Text Example
White with #18254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18254D; }
p { color: rgb(24,37,77); }
H1.HeaderClassName
{
color: #18254D;
}
.AnyTagClassName
{
color: #18254D;
}
</style>
background-color css
<style>
a { background-color: #18254D; }
a { background-color: rgb(24,37,77); }
div.DivClassName
{
background-color: #18254D;
}
.BgClassName
{
background-color: #18254D;
}
</style>
border-color css
<style>
span { border-color: #18254D; }
span { border-color: rgb(24,37,77); }
td.TdClassName
{
border-color: #18254D;
}
.TagClassName
{
border-color: #18254D;
}
</style>