Shades of Midnight Express #13194B
Tints of Midnight Express #13194B
RGB
CMYK
RGB Variations
Color information
#13194B (or 0x13194B) is known color: Midnight Express. HEX triplet: 13, 19 and 4B. RGB value is (19,25,75). Sum of RGB (Red+Green+Blue) = 19+25+75=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #13194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13194B is #ECE6B4. Grayscale: #1C1C1C. Windows color (decimal): -15525557 or 4921619. OLE color: 4921619.
HSL color Cylindrical-coordinate representation of color #13194B: hue angle of 233.57º 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 #13194B is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 25 | 75 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.71 |
| HSL | 233.57º | 0.6% | 0.18% | - |
| HSV(B) | 233.57º | 0.75% | 0.29% | - |
| XYZ | 1.89 | 1.34 | 6.82 | - |
| YUV | 28.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 75 | 0.75 | 0.67 | 0 | 0.71 | 233.57 | 0.6 | 0.18 |
| Hex | 13 | 19 | 4B | 4B | 43 | 0 | 47 | EA | 3C | 12 |
| Octal | 23 | 31 | 113 | 113 | 103 | 0 | 107 | 352 | 74 | 22 |
| Binary | 10011 | 11001 | 1001011 | 1001011 | 1000011 | 0 | 1000111 | 11101010 | 111100 | 10010 |
Color Harmonies of #13194B
Complementary color
Monochromatic Colors of #13194B
Black with #13194B
Text Example
Text Example
White with #13194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13194B; }
p { color: rgb(19,25,75); }
H1.HeaderClassName
{
color: #13194B;
}
.AnyTagClassName
{
color: #13194B;
}
</style>
background-color css
<style>
a { background-color: #13194B; }
a { background-color: rgb(19,25,75); }
div.DivClassName
{
background-color: #13194B;
}
.BgClassName
{
background-color: #13194B;
}
</style>
border-color css
<style>
span { border-color: #13194B; }
span { border-color: rgb(19,25,75); }
td.TdClassName
{
border-color: #13194B;
}
.TagClassName
{
border-color: #13194B;
}
</style>