Shades of Midnight Express #151D34
Tints of Midnight Express #151D34
RGB
CMYK
RGB Variations
Color information
#151D34 (or 0x151D34) is known color: Midnight Express. HEX triplet: 15, 1D and 34. RGB value is (21,29,52). Sum of RGB (Red+Green+Blue) = 21+29+52=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #151D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D34 is #EAE2CB. Grayscale: #1D1D1D. Windows color (decimal): -15393484 or 3415317. OLE color: 3415317.
HSL color Cylindrical-coordinate representation of color #151D34: hue angle of 224.52º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #151D34 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 29 | 52 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.80 |
| HSL | 224.52º | 0.42% | 0.14% | - |
| HSV(B) | 224.52º | 0.6% | 0.2% | - |
| XYZ | 1.37 | 1.29 | 3.42 | - |
| YUV | 29.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 52 | 0.60 | 0.44 | 0 | 0.80 | 224.52 | 0.42 | 0.14 |
| Hex | 15 | 1D | 34 | 3C | 2C | 0 | 50 | E1 | 2A | E |
| Octal | 25 | 35 | 64 | 74 | 54 | 0 | 120 | 341 | 52 | 16 |
| Binary | 10101 | 11101 | 110100 | 111100 | 101100 | 0 | 1010000 | 11100001 | 101010 | 1110 |
Color Harmonies of #151D34
Complementary color
Monochromatic Colors of #151D34
Black with #151D34
Text Example
Text Example
White with #151D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D34; }
p { color: rgb(21,29,52); }
H1.HeaderClassName
{
color: #151D34;
}
.AnyTagClassName
{
color: #151D34;
}
</style>
background-color css
<style>
a { background-color: #151D34; }
a { background-color: rgb(21,29,52); }
div.DivClassName
{
background-color: #151D34;
}
.BgClassName
{
background-color: #151D34;
}
</style>
border-color css
<style>
span { border-color: #151D34; }
span { border-color: rgb(21,29,52); }
td.TdClassName
{
border-color: #151D34;
}
.TagClassName
{
border-color: #151D34;
}
</style>