Shades of Midnight Express #151A48
Tints of Midnight Express #151A48
RGB
CMYK
RGB Variations
Color information
#151A48 (or 0x151A48) is known color: Midnight Express. HEX triplet: 15, 1A and 48. RGB value is (21,26,72). Sum of RGB (Red+Green+Blue) = 21+26+72=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #151A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A48 is #EAE5B7. Grayscale: #1D1D1D. Windows color (decimal): -15394232 or 4725269. OLE color: 4725269.
HSL color Cylindrical-coordinate representation of color #151A48: hue angle of 234.12º 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 #151A48 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 26 | 72 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.72 |
| HSL | 234.12º | 0.55% | 0.18% | - |
| HSV(B) | 234.12º | 0.71% | 0.28% | - |
| XYZ | 1.85 | 1.37 | 6.3 | - |
| YUV | 29.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 72 | 0.71 | 0.64 | 0 | 0.72 | 234.12 | 0.55 | 0.18 |
| Hex | 15 | 1A | 48 | 47 | 40 | 0 | 48 | EA | 37 | 12 |
| Octal | 25 | 32 | 110 | 107 | 100 | 0 | 110 | 352 | 67 | 22 |
| Binary | 10101 | 11010 | 1001000 | 1000111 | 1000000 | 0 | 1001000 | 11101010 | 110111 | 10010 |
Color Harmonies of #151A48
Complementary color
Monochromatic Colors of #151A48
Black with #151A48
Text Example
Text Example
White with #151A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A48; }
p { color: rgb(21,26,72); }
H1.HeaderClassName
{
color: #151A48;
}
.AnyTagClassName
{
color: #151A48;
}
</style>
background-color css
<style>
a { background-color: #151A48; }
a { background-color: rgb(21,26,72); }
div.DivClassName
{
background-color: #151A48;
}
.BgClassName
{
background-color: #151A48;
}
</style>
border-color css
<style>
span { border-color: #151A48; }
span { border-color: rgb(21,26,72); }
td.TdClassName
{
border-color: #151A48;
}
.TagClassName
{
border-color: #151A48;
}
</style>