Shades of Midnight Express #152134
Tints of Midnight Express #152134
RGB
CMYK
RGB Variations
Color information
#152134 (or 0x152134) is known color: Midnight Express. HEX triplet: 15, 21 and 34. RGB value is (21,33,52). Sum of RGB (Red+Green+Blue) = 21+33+52=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #152134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152134 is #EADECB. Grayscale: #1F1F1F. Windows color (decimal): -15392460 or 3416341. OLE color: 3416341.
HSL color Cylindrical-coordinate representation of color #152134: hue angle of 216.77º 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 #152134 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 33 | 52 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.80 |
| HSL | 216.77º | 0.42% | 0.14% | - |
| HSV(B) | 216.77º | 0.6% | 0.2% | - |
| XYZ | 1.47 | 1.5 | 3.46 | - |
| YUV | 31.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 52 | 0.60 | 0.37 | 0 | 0.80 | 216.77 | 0.42 | 0.14 |
| Hex | 15 | 21 | 34 | 3C | 25 | 0 | 50 | D9 | 2A | E |
| Octal | 25 | 41 | 64 | 74 | 45 | 0 | 120 | 331 | 52 | 16 |
| Binary | 10101 | 100001 | 110100 | 111100 | 100101 | 0 | 1010000 | 11011001 | 101010 | 1110 |
Color Harmonies of #152134
Complementary color
Monochromatic Colors of #152134
Black with #152134
Text Example
Text Example
White with #152134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152134; }
p { color: rgb(21,33,52); }
H1.HeaderClassName
{
color: #152134;
}
.AnyTagClassName
{
color: #152134;
}
</style>
background-color css
<style>
a { background-color: #152134; }
a { background-color: rgb(21,33,52); }
div.DivClassName
{
background-color: #152134;
}
.BgClassName
{
background-color: #152134;
}
</style>
border-color css
<style>
span { border-color: #152134; }
span { border-color: rgb(21,33,52); }
td.TdClassName
{
border-color: #152134;
}
.TagClassName
{
border-color: #152134;
}
</style>