Shades of Midnight Express #182144
Tints of Midnight Express #182144
RGB
CMYK
RGB Variations
Color information
#182144 (or 0x182144) is known color: Midnight Express. HEX triplet: 18, 21 and 44. RGB value is (24,33,68). Sum of RGB (Red+Green+Blue) = 24+33+68=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #182144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182144 is #E7DEBB. Grayscale: #222222. Windows color (decimal): -15195836 or 4464920. OLE color: 4464920.
HSL color Cylindrical-coordinate representation of color #182144: hue angle of 227.73º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #182144 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 33 | 68 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.73 |
| HSL | 227.73º | 0.48% | 0.18% | - |
| HSV(B) | 227.73º | 0.65% | 0.27% | - |
| XYZ | 1.96 | 1.7 | 5.69 | - |
| YUV | 34.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 68 | 0.65 | 0.51 | 0 | 0.73 | 227.73 | 0.48 | 0.18 |
| Hex | 18 | 21 | 44 | 41 | 33 | 0 | 49 | E4 | 30 | 12 |
| Octal | 30 | 41 | 104 | 101 | 63 | 0 | 111 | 344 | 60 | 22 |
| Binary | 11000 | 100001 | 1000100 | 1000001 | 110011 | 0 | 1001001 | 11100100 | 110000 | 10010 |
Color Harmonies of #182144
Complementary color
Monochromatic Colors of #182144
Black with #182144
Text Example
Text Example
White with #182144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182144; }
p { color: rgb(24,33,68); }
H1.HeaderClassName
{
color: #182144;
}
.AnyTagClassName
{
color: #182144;
}
</style>
background-color css
<style>
a { background-color: #182144; }
a { background-color: rgb(24,33,68); }
div.DivClassName
{
background-color: #182144;
}
.BgClassName
{
background-color: #182144;
}
</style>
border-color css
<style>
span { border-color: #182144; }
span { border-color: rgb(24,33,68); }
td.TdClassName
{
border-color: #182144;
}
.TagClassName
{
border-color: #182144;
}
</style>