Shades of Midnight Express #13204D
Tints of Midnight Express #13204D
RGB
CMYK
RGB Variations
Color information
#13204D (or 0x13204D) is known color: Midnight Express. HEX triplet: 13, 20 and 4D. RGB value is (19,32,77). Sum of RGB (Red+Green+Blue) = 19+32+77=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #13204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13204D is #ECDFB2. Grayscale: #212121. Windows color (decimal): -15523763 or 5054483. OLE color: 5054483.
HSL color Cylindrical-coordinate representation of color #13204D: hue angle of 226.55º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13204D is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 32 | 77 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.70 |
| HSL | 226.55º | 0.6% | 0.19% | - |
| HSV(B) | 226.55º | 0.75% | 0.3% | - |
| XYZ | 2.12 | 1.71 | 7.24 | - |
| YUV | 33.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 77 | 0.75 | 0.58 | 0 | 0.70 | 226.55 | 0.6 | 0.19 |
| Hex | 13 | 20 | 4D | 4B | 3A | 0 | 46 | E3 | 3C | 13 |
| Octal | 23 | 40 | 115 | 113 | 72 | 0 | 106 | 343 | 74 | 23 |
| Binary | 10011 | 100000 | 1001101 | 1001011 | 111010 | 0 | 1000110 | 11100011 | 111100 | 10011 |
Color Harmonies of #13204D
Complementary color
Monochromatic Colors of #13204D
Black with #13204D
Text Example
Text Example
White with #13204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13204D; }
p { color: rgb(19,32,77); }
H1.HeaderClassName
{
color: #13204D;
}
.AnyTagClassName
{
color: #13204D;
}
</style>
background-color css
<style>
a { background-color: #13204D; }
a { background-color: rgb(19,32,77); }
div.DivClassName
{
background-color: #13204D;
}
.BgClassName
{
background-color: #13204D;
}
</style>
border-color css
<style>
span { border-color: #13204D; }
span { border-color: rgb(19,32,77); }
td.TdClassName
{
border-color: #13204D;
}
.TagClassName
{
border-color: #13204D;
}
</style>