Shades of Midnight Express #151948
Tints of Midnight Express #151948
RGB
CMYK
RGB Variations
Color information
#151948 (or 0x151948) is known color: Midnight Express. HEX triplet: 15, 19 and 48. RGB value is (21,25,72). Sum of RGB (Red+Green+Blue) = 21+25+72=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #151948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151948 is #EAE6B7. Grayscale: #1C1C1C. Windows color (decimal): -15394488 or 4725013. OLE color: 4725013.
HSL color Cylindrical-coordinate representation of color #151948: hue angle of 235.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151948 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 25 | 72 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.72 |
| HSL | 235.29º | 0.55% | 0.18% | - |
| HSV(B) | 235.29º | 0.71% | 0.28% | - |
| XYZ | 1.83 | 1.32 | 6.29 | - |
| YUV | 29.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 72 | 0.71 | 0.65 | 0 | 0.72 | 235.29 | 0.55 | 0.18 |
| Hex | 15 | 19 | 48 | 47 | 41 | 0 | 48 | EB | 37 | 12 |
| Octal | 25 | 31 | 110 | 107 | 101 | 0 | 110 | 353 | 67 | 22 |
| Binary | 10101 | 11001 | 1001000 | 1000111 | 1000001 | 0 | 1001000 | 11101011 | 110111 | 10010 |
Color Harmonies of #151948
Complementary color
Monochromatic Colors of #151948
Black with #151948
Text Example
Text Example
White with #151948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151948; }
p { color: rgb(21,25,72); }
H1.HeaderClassName
{
color: #151948;
}
.AnyTagClassName
{
color: #151948;
}
</style>
background-color css
<style>
a { background-color: #151948; }
a { background-color: rgb(21,25,72); }
div.DivClassName
{
background-color: #151948;
}
.BgClassName
{
background-color: #151948;
}
</style>
border-color css
<style>
span { border-color: #151948; }
span { border-color: rgb(21,25,72); }
td.TdClassName
{
border-color: #151948;
}
.TagClassName
{
border-color: #151948;
}
</style>