Shades of Midnight Express #181C48
Tints of Midnight Express #181C48
RGB
CMYK
RGB Variations
Color information
#181C48 (or 0x181C48) is known color: Midnight Express. HEX triplet: 18, 1C and 48. RGB value is (24,28,72). Sum of RGB (Red+Green+Blue) = 24+28+72=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #181C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C48 is #E7E3B7. Grayscale: #1F1F1F. Windows color (decimal): -15197112 or 4725784. OLE color: 4725784.
HSL color Cylindrical-coordinate representation of color #181C48: hue angle of 235º 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 #181C48 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 28 | 72 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.72 |
| HSL | 235º | 0.5% | 0.19% | - |
| HSV(B) | 235º | 0.67% | 0.28% | - |
| XYZ | 1.96 | 1.49 | 6.32 | - |
| YUV | 31.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 72 | 0.67 | 0.61 | 0 | 0.72 | 235 | 0.5 | 0.19 |
| Hex | 18 | 1C | 48 | 43 | 3D | 0 | 48 | EB | 32 | 13 |
| Octal | 30 | 34 | 110 | 103 | 75 | 0 | 110 | 353 | 62 | 23 |
| Binary | 11000 | 11100 | 1001000 | 1000011 | 111101 | 0 | 1001000 | 11101011 | 110010 | 10011 |
Color Harmonies of #181C48
Complementary color
Monochromatic Colors of #181C48
Black with #181C48
Text Example
Text Example
White with #181C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C48; }
p { color: rgb(24,28,72); }
H1.HeaderClassName
{
color: #181C48;
}
.AnyTagClassName
{
color: #181C48;
}
</style>
background-color css
<style>
a { background-color: #181C48; }
a { background-color: rgb(24,28,72); }
div.DivClassName
{
background-color: #181C48;
}
.BgClassName
{
background-color: #181C48;
}
</style>
border-color css
<style>
span { border-color: #181C48; }
span { border-color: rgb(24,28,72); }
td.TdClassName
{
border-color: #181C48;
}
.TagClassName
{
border-color: #181C48;
}
</style>