Shades of Midnight Express #151D46
Tints of Midnight Express #151D46
RGB
CMYK
RGB Variations
Color information
#151D46 (or 0x151D46) is known color: Midnight Express. HEX triplet: 15, 1D and 46. RGB value is (21,29,70). Sum of RGB (Red+Green+Blue) = 21+29+70=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #151D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D46 is #EAE2B9. Grayscale: #1F1F1F. Windows color (decimal): -15393466 or 4594965. OLE color: 4594965.
HSL color Cylindrical-coordinate representation of color #151D46: hue angle of 230.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #151D46 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 29 | 70 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.73 |
| HSL | 230.2º | 0.54% | 0.18% | - |
| HSV(B) | 230.2º | 0.7% | 0.27% | - |
| XYZ | 1.85 | 1.48 | 5.98 | - |
| YUV | 31.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 70 | 0.70 | 0.59 | 0 | 0.73 | 230.2 | 0.54 | 0.18 |
| Hex | 15 | 1D | 46 | 46 | 3B | 0 | 49 | E6 | 36 | 12 |
| Octal | 25 | 35 | 106 | 106 | 73 | 0 | 111 | 346 | 66 | 22 |
| Binary | 10101 | 11101 | 1000110 | 1000110 | 111011 | 0 | 1001001 | 11100110 | 110110 | 10010 |
Color Harmonies of #151D46
Complementary color
Monochromatic Colors of #151D46
Black with #151D46
Text Example
Text Example
White with #151D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D46; }
p { color: rgb(21,29,70); }
H1.HeaderClassName
{
color: #151D46;
}
.AnyTagClassName
{
color: #151D46;
}
</style>
background-color css
<style>
a { background-color: #151D46; }
a { background-color: rgb(21,29,70); }
div.DivClassName
{
background-color: #151D46;
}
.BgClassName
{
background-color: #151D46;
}
</style>
border-color css
<style>
span { border-color: #151D46; }
span { border-color: rgb(21,29,70); }
td.TdClassName
{
border-color: #151D46;
}
.TagClassName
{
border-color: #151D46;
}
</style>