Shades of Allports #13718A
Tints of Allports #13718A
RGB
CMYK
RGB Variations
Color information
#13718A (or 0x13718A) is known color: Allports. HEX triplet: 13, 71 and 8A. RGB value is (19,113,138). Sum of RGB (Red+Green+Blue) = 19+113+138=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #13718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13718A is #EC8E75. Grayscale: #575757. Windows color (decimal): -15502966 or 9072915. OLE color: 9072915.
HSL color Cylindrical-coordinate representation of color #13718A: hue angle of 192.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13718A is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 113 | 138 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.46 |
| HSL | 192.61º | 0.76% | 0.31% | - |
| HSV(B) | 192.61º | 0.86% | 0.54% | - |
| XYZ | 10.76 | 13.78 | 26.14 | - |
| YUV | 87.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 138 | 0.86 | 0.18 | 0 | 0.46 | 192.61 | 0.76 | 0.31 |
| Hex | 13 | 71 | 8A | 56 | 12 | 0 | 2E | C1 | 4C | 1F |
| Octal | 23 | 161 | 212 | 126 | 22 | 0 | 56 | 301 | 114 | 37 |
| Binary | 10011 | 1110001 | 10001010 | 1010110 | 10010 | 0 | 101110 | 11000001 | 1001100 | 11111 |
Color Harmonies of #13718A
Complementary color
Monochromatic Colors of #13718A
Black with #13718A
Text Example
Text Example
White with #13718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13718A; }
p { color: rgb(19,113,138); }
H1.HeaderClassName
{
color: #13718A;
}
.AnyTagClassName
{
color: #13718A;
}
</style>
background-color css
<style>
a { background-color: #13718A; }
a { background-color: rgb(19,113,138); }
div.DivClassName
{
background-color: #13718A;
}
.BgClassName
{
background-color: #13718A;
}
</style>
border-color css
<style>
span { border-color: #13718A; }
span { border-color: rgb(19,113,138); }
td.TdClassName
{
border-color: #13718A;
}
.TagClassName
{
border-color: #13718A;
}
</style>