Shades of Midnight Express #182248
Tints of Midnight Express #182248
RGB
CMYK
RGB Variations
Color information
#182248 (or 0x182248) is known color: Midnight Express. HEX triplet: 18, 22 and 48. RGB value is (24,34,72). Sum of RGB (Red+Green+Blue) = 24+34+72=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #182248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182248 is #E7DDB7. Grayscale: #232323. Windows color (decimal): -15195576 or 4727320. OLE color: 4727320.
HSL color Cylindrical-coordinate representation of color #182248: hue angle of 227.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182248 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 34 | 72 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.72 |
| HSL | 227.5º | 0.5% | 0.19% | - |
| HSV(B) | 227.5º | 0.67% | 0.28% | - |
| XYZ | 2.12 | 1.81 | 6.37 | - |
| YUV | 35.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 72 | 0.67 | 0.53 | 0 | 0.72 | 227.5 | 0.5 | 0.19 |
| Hex | 18 | 22 | 48 | 43 | 35 | 0 | 48 | E4 | 32 | 13 |
| Octal | 30 | 42 | 110 | 103 | 65 | 0 | 110 | 344 | 62 | 23 |
| Binary | 11000 | 100010 | 1001000 | 1000011 | 110101 | 0 | 1001000 | 11100100 | 110010 | 10011 |
Color Harmonies of #182248
Complementary color
Monochromatic Colors of #182248
Black with #182248
Text Example
Text Example
White with #182248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182248; }
p { color: rgb(24,34,72); }
H1.HeaderClassName
{
color: #182248;
}
.AnyTagClassName
{
color: #182248;
}
</style>
background-color css
<style>
a { background-color: #182248; }
a { background-color: rgb(24,34,72); }
div.DivClassName
{
background-color: #182248;
}
.BgClassName
{
background-color: #182248;
}
</style>
border-color css
<style>
span { border-color: #182248; }
span { border-color: rgb(24,34,72); }
td.TdClassName
{
border-color: #182248;
}
.TagClassName
{
border-color: #182248;
}
</style>