Shades of Midnight Express #151D32
Tints of Midnight Express #151D32
RGB
CMYK
RGB Variations
Color information
#151D32 (or 0x151D32) is known color: Midnight Express. HEX triplet: 15, 1D and 32. RGB value is (21,29,50). Sum of RGB (Red+Green+Blue) = 21+29+50=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #151D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D32 is #EAE2CD. Grayscale: #1C1C1C. Windows color (decimal): -15393486 or 3284245. OLE color: 3284245.
HSL color Cylindrical-coordinate representation of color #151D32: hue angle of 223.45º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #151D32 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 29 | 50 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.80 |
| HSL | 223.45º | 0.41% | 0.14% | - |
| HSV(B) | 223.45º | 0.58% | 0.2% | - |
| XYZ | 1.32 | 1.27 | 3.19 | - |
| YUV | 29 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 50 | 0.58 | 0.42 | 0 | 0.80 | 223.45 | 0.41 | 0.14 |
| Hex | 15 | 1D | 32 | 3A | 2A | 0 | 50 | DF | 29 | E |
| Octal | 25 | 35 | 62 | 72 | 52 | 0 | 120 | 337 | 51 | 16 |
| Binary | 10101 | 11101 | 110010 | 111010 | 101010 | 0 | 1010000 | 11011111 | 101001 | 1110 |
Color Harmonies of #151D32
Complementary color
Monochromatic Colors of #151D32
Black with #151D32
Text Example
Text Example
White with #151D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D32; }
p { color: rgb(21,29,50); }
H1.HeaderClassName
{
color: #151D32;
}
.AnyTagClassName
{
color: #151D32;
}
</style>
background-color css
<style>
a { background-color: #151D32; }
a { background-color: rgb(21,29,50); }
div.DivClassName
{
background-color: #151D32;
}
.BgClassName
{
background-color: #151D32;
}
</style>
border-color css
<style>
span { border-color: #151D32; }
span { border-color: rgb(21,29,50); }
td.TdClassName
{
border-color: #151D32;
}
.TagClassName
{
border-color: #151D32;
}
</style>