Shades of Midnight Express #13214D
Tints of Midnight Express #13214D
RGB
CMYK
RGB Variations
Color information
#13214D (or 0x13214D) is known color: Midnight Express. HEX triplet: 13, 21 and 4D. RGB value is (19,33,77). Sum of RGB (Red+Green+Blue) = 19+33+77=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #13214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13214D is #ECDEB2. Grayscale: #212121. Windows color (decimal): -15523507 or 5054739. OLE color: 5054739.
HSL color Cylindrical-coordinate representation of color #13214D: hue angle of 225.52º 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 #13214D is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 33 | 77 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.70 |
| HSL | 225.52º | 0.6% | 0.19% | - |
| HSV(B) | 225.52º | 0.75% | 0.3% | - |
| XYZ | 2.15 | 1.76 | 7.25 | - |
| YUV | 33.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 77 | 0.75 | 0.57 | 0 | 0.70 | 225.52 | 0.6 | 0.19 |
| Hex | 13 | 21 | 4D | 4B | 39 | 0 | 46 | E2 | 3C | 13 |
| Octal | 23 | 41 | 115 | 113 | 71 | 0 | 106 | 342 | 74 | 23 |
| Binary | 10011 | 100001 | 1001101 | 1001011 | 111001 | 0 | 1000110 | 11100010 | 111100 | 10011 |
Color Harmonies of #13214D
Complementary color
Monochromatic Colors of #13214D
Black with #13214D
Text Example
Text Example
White with #13214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13214D; }
p { color: rgb(19,33,77); }
H1.HeaderClassName
{
color: #13214D;
}
.AnyTagClassName
{
color: #13214D;
}
</style>
background-color css
<style>
a { background-color: #13214D; }
a { background-color: rgb(19,33,77); }
div.DivClassName
{
background-color: #13214D;
}
.BgClassName
{
background-color: #13214D;
}
</style>
border-color css
<style>
span { border-color: #13214D; }
span { border-color: rgb(19,33,77); }
td.TdClassName
{
border-color: #13214D;
}
.TagClassName
{
border-color: #13214D;
}
</style>