Shades of Midnight Express #151C47
Tints of Midnight Express #151C47
RGB
CMYK
RGB Variations
Color information
#151C47 (or 0x151C47) is known color: Midnight Express. HEX triplet: 15, 1C and 47. RGB value is (21,28,71). Sum of RGB (Red+Green+Blue) = 21+28+71=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #151C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C47 is #EAE3B8. Grayscale: #1E1E1E. Windows color (decimal): -15393721 or 4660245. OLE color: 4660245.
HSL color Cylindrical-coordinate representation of color #151C47: hue angle of 231.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #151C47 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 28 | 71 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.72 |
| HSL | 231.6º | 0.54% | 0.18% | - |
| HSV(B) | 231.6º | 0.7% | 0.28% | - |
| XYZ | 1.86 | 1.44 | 6.14 | - |
| YUV | 30.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 71 | 0.70 | 0.61 | 0 | 0.72 | 231.6 | 0.54 | 0.18 |
| Hex | 15 | 1C | 47 | 46 | 3D | 0 | 48 | E8 | 36 | 12 |
| Octal | 25 | 34 | 107 | 106 | 75 | 0 | 110 | 350 | 66 | 22 |
| Binary | 10101 | 11100 | 1000111 | 1000110 | 111101 | 0 | 1001000 | 11101000 | 110110 | 10010 |
Color Harmonies of #151C47
Complementary color
Monochromatic Colors of #151C47
Black with #151C47
Text Example
Text Example
White with #151C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C47; }
p { color: rgb(21,28,71); }
H1.HeaderClassName
{
color: #151C47;
}
.AnyTagClassName
{
color: #151C47;
}
</style>
background-color css
<style>
a { background-color: #151C47; }
a { background-color: rgb(21,28,71); }
div.DivClassName
{
background-color: #151C47;
}
.BgClassName
{
background-color: #151C47;
}
</style>
border-color css
<style>
span { border-color: #151C47; }
span { border-color: rgb(21,28,71); }
td.TdClassName
{
border-color: #151C47;
}
.TagClassName
{
border-color: #151C47;
}
</style>