Shades of Midnight Express #13153A
Tints of Midnight Express #13153A
RGB
CMYK
RGB Variations
Color information
#13153A (or 0x13153A) is known color: Midnight Express. HEX triplet: 13, 15 and 3A. RGB value is (19,21,58). Sum of RGB (Red+Green+Blue) = 19+21+58=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #13153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13153A is #ECEAC5. Grayscale: #181818. Windows color (decimal): -15526598 or 3806483. OLE color: 3806483.
HSL color Cylindrical-coordinate representation of color #13153A: hue angle of 236.92º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13153A is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 21 | 58 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.77 |
| HSL | 236.92º | 0.51% | 0.15% | - |
| HSV(B) | 236.92º | 0.67% | 0.23% | - |
| XYZ | 1.3 | 0.98 | 4.12 | - |
| YUV | 24.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 58 | 0.67 | 0.64 | 0 | 0.77 | 236.92 | 0.51 | 0.15 |
| Hex | 13 | 15 | 3A | 43 | 40 | 0 | 4D | ED | 33 | F |
| Octal | 23 | 25 | 72 | 103 | 100 | 0 | 115 | 355 | 63 | 17 |
| Binary | 10011 | 10101 | 111010 | 1000011 | 1000000 | 0 | 1001101 | 11101101 | 110011 | 1111 |
Color Harmonies of #13153A
Complementary color
Monochromatic Colors of #13153A
Black with #13153A
Text Example
Text Example
White with #13153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13153A; }
p { color: rgb(19,21,58); }
H1.HeaderClassName
{
color: #13153A;
}
.AnyTagClassName
{
color: #13153A;
}
</style>
background-color css
<style>
a { background-color: #13153A; }
a { background-color: rgb(19,21,58); }
div.DivClassName
{
background-color: #13153A;
}
.BgClassName
{
background-color: #13153A;
}
</style>
border-color css
<style>
span { border-color: #13153A; }
span { border-color: rgb(19,21,58); }
td.TdClassName
{
border-color: #13153A;
}
.TagClassName
{
border-color: #13153A;
}
</style>