Shades of Midnight Express #15213B
Tints of Midnight Express #15213B
RGB
CMYK
RGB Variations
Color information
#15213B (or 0x15213B) is known color: Midnight Express. HEX triplet: 15, 21 and 3B. RGB value is (21,33,59). Sum of RGB (Red+Green+Blue) = 21+33+59=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #15213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15213B is #EADEC4. Grayscale: #202020. Windows color (decimal): -15392453 or 3875093. OLE color: 3875093.
HSL color Cylindrical-coordinate representation of color #15213B: hue angle of 221.05º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15213B is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 33 | 59 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.77 |
| HSL | 221.05º | 0.48% | 0.16% | - |
| HSV(B) | 221.05º | 0.64% | 0.23% | - |
| XYZ | 1.64 | 1.56 | 4.35 | - |
| YUV | 32.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 59 | 0.64 | 0.44 | 0 | 0.77 | 221.05 | 0.48 | 0.16 |
| Hex | 15 | 21 | 3B | 40 | 2C | 0 | 4D | DD | 30 | 10 |
| Octal | 25 | 41 | 73 | 100 | 54 | 0 | 115 | 335 | 60 | 20 |
| Binary | 10101 | 100001 | 111011 | 1000000 | 101100 | 0 | 1001101 | 11011101 | 110000 | 10000 |
Color Harmonies of #15213B
Complementary color
Monochromatic Colors of #15213B
Black with #15213B
Text Example
Text Example
White with #15213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15213B; }
p { color: rgb(21,33,59); }
H1.HeaderClassName
{
color: #15213B;
}
.AnyTagClassName
{
color: #15213B;
}
</style>
background-color css
<style>
a { background-color: #15213B; }
a { background-color: rgb(21,33,59); }
div.DivClassName
{
background-color: #15213B;
}
.BgClassName
{
background-color: #15213B;
}
</style>
border-color css
<style>
span { border-color: #15213B; }
span { border-color: rgb(21,33,59); }
td.TdClassName
{
border-color: #15213B;
}
.TagClassName
{
border-color: #15213B;
}
</style>