Shades of Midnight Express #151A49
Tints of Midnight Express #151A49
RGB
CMYK
RGB Variations
Color information
#151A49 (or 0x151A49) is known color: Midnight Express. HEX triplet: 15, 1A and 49. RGB value is (21,26,73). Sum of RGB (Red+Green+Blue) = 21+26+73=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #151A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A49 is #EAE5B6. Grayscale: #1D1D1D. Windows color (decimal): -15394231 or 4790805. OLE color: 4790805.
HSL color Cylindrical-coordinate representation of color #151A49: hue angle of 234.23º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151A49 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 26 | 73 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.71 |
| HSL | 234.23º | 0.55% | 0.18% | - |
| HSV(B) | 234.23º | 0.71% | 0.29% | - |
| XYZ | 1.88 | 1.38 | 6.47 | - |
| YUV | 29.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 73 | 0.71 | 0.64 | 0 | 0.71 | 234.23 | 0.55 | 0.18 |
| Hex | 15 | 1A | 49 | 47 | 40 | 0 | 47 | EA | 37 | 12 |
| Octal | 25 | 32 | 111 | 107 | 100 | 0 | 107 | 352 | 67 | 22 |
| Binary | 10101 | 11010 | 1001001 | 1000111 | 1000000 | 0 | 1000111 | 11101010 | 110111 | 10010 |
Color Harmonies of #151A49
Complementary color
Monochromatic Colors of #151A49
Black with #151A49
Text Example
Text Example
White with #151A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A49; }
p { color: rgb(21,26,73); }
H1.HeaderClassName
{
color: #151A49;
}
.AnyTagClassName
{
color: #151A49;
}
</style>
background-color css
<style>
a { background-color: #151A49; }
a { background-color: rgb(21,26,73); }
div.DivClassName
{
background-color: #151A49;
}
.BgClassName
{
background-color: #151A49;
}
</style>
border-color css
<style>
span { border-color: #151A49; }
span { border-color: rgb(21,26,73); }
td.TdClassName
{
border-color: #151A49;
}
.TagClassName
{
border-color: #151A49;
}
</style>