Shades of Midnight Express #13173F
Tints of Midnight Express #13173F
RGB
CMYK
RGB Variations
Color information
#13173F (or 0x13173F) is known color: Midnight Express. HEX triplet: 13, 17 and 3F. RGB value is (19,23,63). Sum of RGB (Red+Green+Blue) = 19+23+63=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #13173F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13173F is #ECE8C0. Grayscale: #1A1A1A. Windows color (decimal): -15526081 or 4134675. OLE color: 4134675.
HSL color Cylindrical-coordinate representation of color #13173F: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13173F is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 23 | 63 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.75 |
| HSL | 234.55º | 0.54% | 0.16% | - |
| HSV(B) | 234.55º | 0.7% | 0.25% | - |
| XYZ | 1.47 | 1.11 | 4.84 | - |
| YUV | 26.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 63 | 0.70 | 0.63 | 0 | 0.75 | 234.55 | 0.54 | 0.16 |
| Hex | 13 | 17 | 3F | 46 | 3F | 0 | 4B | EB | 36 | 10 |
| Octal | 23 | 27 | 77 | 106 | 77 | 0 | 113 | 353 | 66 | 20 |
| Binary | 10011 | 10111 | 111111 | 1000110 | 111111 | 0 | 1001011 | 11101011 | 110110 | 10000 |
Color Harmonies of #13173F
Complementary color
Monochromatic Colors of #13173F
Black with #13173F
Text Example
Text Example
White with #13173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13173F; }
p { color: rgb(19,23,63); }
H1.HeaderClassName
{
color: #13173F;
}
.AnyTagClassName
{
color: #13173F;
}
</style>
background-color css
<style>
a { background-color: #13173F; }
a { background-color: rgb(19,23,63); }
div.DivClassName
{
background-color: #13173F;
}
.BgClassName
{
background-color: #13173F;
}
</style>
border-color css
<style>
span { border-color: #13173F; }
span { border-color: rgb(19,23,63); }
td.TdClassName
{
border-color: #13173F;
}
.TagClassName
{
border-color: #13173F;
}
</style>