Shades of Midnight Express #151A47
Tints of Midnight Express #151A47
RGB
CMYK
RGB Variations
Color information
#151A47 (or 0x151A47) is known color: Midnight Express. HEX triplet: 15, 1A and 47. RGB value is (21,26,71). Sum of RGB (Red+Green+Blue) = 21+26+71=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #151A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A47 is #EAE5B8. Grayscale: #1D1D1D. Windows color (decimal): -15394233 or 4659733. OLE color: 4659733.
HSL color Cylindrical-coordinate representation of color #151A47: hue angle of 234º 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 #151A47 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 26 | 71 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.72 |
| HSL | 234º | 0.54% | 0.18% | - |
| HSV(B) | 234º | 0.7% | 0.28% | - |
| XYZ | 1.82 | 1.35 | 6.13 | - |
| YUV | 29.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 71 | 0.70 | 0.63 | 0 | 0.72 | 234 | 0.54 | 0.18 |
| Hex | 15 | 1A | 47 | 46 | 3F | 0 | 48 | EA | 36 | 12 |
| Octal | 25 | 32 | 107 | 106 | 77 | 0 | 110 | 352 | 66 | 22 |
| Binary | 10101 | 11010 | 1000111 | 1000110 | 111111 | 0 | 1001000 | 11101010 | 110110 | 10010 |
Color Harmonies of #151A47
Complementary color
Monochromatic Colors of #151A47
Black with #151A47
Text Example
Text Example
White with #151A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A47; }
p { color: rgb(21,26,71); }
H1.HeaderClassName
{
color: #151A47;
}
.AnyTagClassName
{
color: #151A47;
}
</style>
background-color css
<style>
a { background-color: #151A47; }
a { background-color: rgb(21,26,71); }
div.DivClassName
{
background-color: #151A47;
}
.BgClassName
{
background-color: #151A47;
}
</style>
border-color css
<style>
span { border-color: #151A47; }
span { border-color: rgb(21,26,71); }
td.TdClassName
{
border-color: #151A47;
}
.TagClassName
{
border-color: #151A47;
}
</style>