Shades of Midnight Express #18254B
Tints of Midnight Express #18254B
RGB
CMYK
RGB Variations
Color information
#18254B (or 0x18254B) is known color: Midnight Express. HEX triplet: 18, 25 and 4B. RGB value is (24,37,75). Sum of RGB (Red+Green+Blue) = 24+37+75=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #18254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18254B is #E7DAB4. Grayscale: #252525. Windows color (decimal): -15194805 or 4924696. OLE color: 4924696.
HSL color Cylindrical-coordinate representation of color #18254B: hue angle of 224.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18254B is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 37 | 75 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.71 |
| HSL | 224.71º | 0.52% | 0.19% | - |
| HSV(B) | 224.71º | 0.68% | 0.29% | - |
| XYZ | 2.31 | 2.03 | 6.93 | - |
| YUV | 37.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 75 | 0.68 | 0.51 | 0 | 0.71 | 224.71 | 0.52 | 0.19 |
| Hex | 18 | 25 | 4B | 44 | 33 | 0 | 47 | E1 | 34 | 13 |
| Octal | 30 | 45 | 113 | 104 | 63 | 0 | 107 | 341 | 64 | 23 |
| Binary | 11000 | 100101 | 1001011 | 1000100 | 110011 | 0 | 1000111 | 11100001 | 110100 | 10011 |
Color Harmonies of #18254B
Complementary color
Monochromatic Colors of #18254B
Black with #18254B
Text Example
Text Example
White with #18254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18254B; }
p { color: rgb(24,37,75); }
H1.HeaderClassName
{
color: #18254B;
}
.AnyTagClassName
{
color: #18254B;
}
</style>
background-color css
<style>
a { background-color: #18254B; }
a { background-color: rgb(24,37,75); }
div.DivClassName
{
background-color: #18254B;
}
.BgClassName
{
background-color: #18254B;
}
</style>
border-color css
<style>
span { border-color: #18254B; }
span { border-color: rgb(24,37,75); }
td.TdClassName
{
border-color: #18254B;
}
.TagClassName
{
border-color: #18254B;
}
</style>