Shades of Midnight Express #13214B
Tints of Midnight Express #13214B
RGB
CMYK
RGB Variations
Color information
#13214B (or 0x13214B) is known color: Midnight Express. HEX triplet: 13, 21 and 4B. RGB value is (19,33,75). Sum of RGB (Red+Green+Blue) = 19+33+75=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #13214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13214B is #ECDEB4. Grayscale: #212121. Windows color (decimal): -15523509 or 4923667. OLE color: 4923667.
HSL color Cylindrical-coordinate representation of color #13214B: hue angle of 225º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13214B is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 33 | 75 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.71 |
| HSL | 225º | 0.6% | 0.18% | - |
| HSV(B) | 225º | 0.75% | 0.29% | - |
| XYZ | 2.08 | 1.73 | 6.88 | - |
| YUV | 33.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 75 | 0.75 | 0.56 | 0 | 0.71 | 225 | 0.6 | 0.18 |
| Hex | 13 | 21 | 4B | 4B | 38 | 0 | 47 | E1 | 3C | 12 |
| Octal | 23 | 41 | 113 | 113 | 70 | 0 | 107 | 341 | 74 | 22 |
| Binary | 10011 | 100001 | 1001011 | 1001011 | 111000 | 0 | 1000111 | 11100001 | 111100 | 10010 |
Color Harmonies of #13214B
Complementary color
Monochromatic Colors of #13214B
Black with #13214B
Text Example
Text Example
White with #13214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13214B; }
p { color: rgb(19,33,75); }
H1.HeaderClassName
{
color: #13214B;
}
.AnyTagClassName
{
color: #13214B;
}
</style>
background-color css
<style>
a { background-color: #13214B; }
a { background-color: rgb(19,33,75); }
div.DivClassName
{
background-color: #13214B;
}
.BgClassName
{
background-color: #13214B;
}
</style>
border-color css
<style>
span { border-color: #13214B; }
span { border-color: rgb(19,33,75); }
td.TdClassName
{
border-color: #13214B;
}
.TagClassName
{
border-color: #13214B;
}
</style>