Shades of Midnight Express #151B47
Tints of Midnight Express #151B47
RGB
CMYK
RGB Variations
Color information
#151B47 (or 0x151B47) is known color: Midnight Express. HEX triplet: 15, 1B and 47. RGB value is (21,27,71). Sum of RGB (Red+Green+Blue) = 21+27+71=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #151B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B47 is #EAE4B8. Grayscale: #1E1E1E. Windows color (decimal): -15393977 or 4659989. OLE color: 4659989.
HSL color Cylindrical-coordinate representation of color #151B47: hue angle of 232.8º 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 #151B47 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 27 | 71 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.72 |
| HSL | 232.8º | 0.54% | 0.18% | - |
| HSV(B) | 232.8º | 0.7% | 0.28% | - |
| XYZ | 1.84 | 1.4 | 6.13 | - |
| YUV | 30.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 71 | 0.70 | 0.62 | 0 | 0.72 | 232.8 | 0.54 | 0.18 |
| Hex | 15 | 1B | 47 | 46 | 3E | 0 | 48 | E9 | 36 | 12 |
| Octal | 25 | 33 | 107 | 106 | 76 | 0 | 110 | 351 | 66 | 22 |
| Binary | 10101 | 11011 | 1000111 | 1000110 | 111110 | 0 | 1001000 | 11101001 | 110110 | 10010 |
Color Harmonies of #151B47
Complementary color
Monochromatic Colors of #151B47
Black with #151B47
Text Example
Text Example
White with #151B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B47; }
p { color: rgb(21,27,71); }
H1.HeaderClassName
{
color: #151B47;
}
.AnyTagClassName
{
color: #151B47;
}
</style>
background-color css
<style>
a { background-color: #151B47; }
a { background-color: rgb(21,27,71); }
div.DivClassName
{
background-color: #151B47;
}
.BgClassName
{
background-color: #151B47;
}
</style>
border-color css
<style>
span { border-color: #151B47; }
span { border-color: rgb(21,27,71); }
td.TdClassName
{
border-color: #151B47;
}
.TagClassName
{
border-color: #151B47;
}
</style>