Shades of Allports #13718B
Tints of Allports #13718B
RGB
CMYK
RGB Variations
Color information
#13718B (or 0x13718B) is known color: Allports. HEX triplet: 13, 71 and 8B. RGB value is (19,113,139). Sum of RGB (Red+Green+Blue) = 19+113+139=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #13718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13718B is #EC8E74. Grayscale: #575757. Windows color (decimal): -15502965 or 9138451. OLE color: 9138451.
HSL color Cylindrical-coordinate representation of color #13718B: hue angle of 193º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13718B is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 113 | 139 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.45 |
| HSL | 193º | 0.76% | 0.31% | - |
| HSV(B) | 193º | 0.86% | 0.55% | - |
| XYZ | 10.83 | 13.81 | 26.52 | - |
| YUV | 87.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 139 | 0.86 | 0.19 | 0 | 0.45 | 193 | 0.76 | 0.31 |
| Hex | 13 | 71 | 8B | 56 | 13 | 0 | 2D | C1 | 4C | 1F |
| Octal | 23 | 161 | 213 | 126 | 23 | 0 | 55 | 301 | 114 | 37 |
| Binary | 10011 | 1110001 | 10001011 | 1010110 | 10011 | 0 | 101101 | 11000001 | 1001100 | 11111 |
Color Harmonies of #13718B
Complementary color
Monochromatic Colors of #13718B
Black with #13718B
Text Example
Text Example
White with #13718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13718B; }
p { color: rgb(19,113,139); }
H1.HeaderClassName
{
color: #13718B;
}
.AnyTagClassName
{
color: #13718B;
}
</style>
background-color css
<style>
a { background-color: #13718B; }
a { background-color: rgb(19,113,139); }
div.DivClassName
{
background-color: #13718B;
}
.BgClassName
{
background-color: #13718B;
}
</style>
border-color css
<style>
span { border-color: #13718B; }
span { border-color: rgb(19,113,139); }
td.TdClassName
{
border-color: #13718B;
}
.TagClassName
{
border-color: #13718B;
}
</style>