Shades of Midnight Express #13194A
Tints of Midnight Express #13194A
RGB
CMYK
RGB Variations
Color information
#13194A (or 0x13194A) is known color: Midnight Express. HEX triplet: 13, 19 and 4A. RGB value is (19,25,74). Sum of RGB (Red+Green+Blue) = 19+25+74=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #13194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13194A is #ECE6B5. Grayscale: #1C1C1C. Windows color (decimal): -15525558 or 4856083. OLE color: 4856083.
HSL color Cylindrical-coordinate representation of color #13194A: hue angle of 233.45º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13194A is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 25 | 74 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.71 |
| HSL | 233.45º | 0.59% | 0.18% | - |
| HSV(B) | 233.45º | 0.74% | 0.29% | - |
| XYZ | 1.85 | 1.33 | 6.64 | - |
| YUV | 28.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 74 | 0.74 | 0.66 | 0 | 0.71 | 233.45 | 0.59 | 0.18 |
| Hex | 13 | 19 | 4A | 4A | 42 | 0 | 47 | E9 | 3B | 12 |
| Octal | 23 | 31 | 112 | 112 | 102 | 0 | 107 | 351 | 73 | 22 |
| Binary | 10011 | 11001 | 1001010 | 1001010 | 1000010 | 0 | 1000111 | 11101001 | 111011 | 10010 |
Color Harmonies of #13194A
Complementary color
Monochromatic Colors of #13194A
Black with #13194A
Text Example
Text Example
White with #13194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13194A; }
p { color: rgb(19,25,74); }
H1.HeaderClassName
{
color: #13194A;
}
.AnyTagClassName
{
color: #13194A;
}
</style>
background-color css
<style>
a { background-color: #13194A; }
a { background-color: rgb(19,25,74); }
div.DivClassName
{
background-color: #13194A;
}
.BgClassName
{
background-color: #13194A;
}
</style>
border-color css
<style>
span { border-color: #13194A; }
span { border-color: rgb(19,25,74); }
td.TdClassName
{
border-color: #13194A;
}
.TagClassName
{
border-color: #13194A;
}
</style>