Shades of Midnight Express #181A48
Tints of Midnight Express #181A48
RGB
CMYK
RGB Variations
Color information
#181A48 (or 0x181A48) is known color: Midnight Express. HEX triplet: 18, 1A and 48. RGB value is (24,26,72). Sum of RGB (Red+Green+Blue) = 24+26+72=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #181A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A48 is #E7E5B7. Grayscale: #1E1E1E. Windows color (decimal): -15197624 or 4725272. OLE color: 4725272.
HSL color Cylindrical-coordinate representation of color #181A48: hue angle of 237.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 #181A48 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 26 | 72 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.72 |
| HSL | 237.5º | 0.5% | 0.19% | - |
| HSV(B) | 237.5º | 0.67% | 0.28% | - |
| XYZ | 1.92 | 1.4 | 6.3 | - |
| YUV | 30.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 72 | 0.67 | 0.64 | 0 | 0.72 | 237.5 | 0.5 | 0.19 |
| Hex | 18 | 1A | 48 | 43 | 40 | 0 | 48 | EE | 32 | 13 |
| Octal | 30 | 32 | 110 | 103 | 100 | 0 | 110 | 356 | 62 | 23 |
| Binary | 11000 | 11010 | 1001000 | 1000011 | 1000000 | 0 | 1001000 | 11101110 | 110010 | 10011 |
Color Harmonies of #181A48
Complementary color
Monochromatic Colors of #181A48
Black with #181A48
Text Example
Text Example
White with #181A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A48; }
p { color: rgb(24,26,72); }
H1.HeaderClassName
{
color: #181A48;
}
.AnyTagClassName
{
color: #181A48;
}
</style>
background-color css
<style>
a { background-color: #181A48; }
a { background-color: rgb(24,26,72); }
div.DivClassName
{
background-color: #181A48;
}
.BgClassName
{
background-color: #181A48;
}
</style>
border-color css
<style>
span { border-color: #181A48; }
span { border-color: rgb(24,26,72); }
td.TdClassName
{
border-color: #181A48;
}
.TagClassName
{
border-color: #181A48;
}
</style>