Shades of Allports #13708B
Tints of Allports #13708B
RGB
CMYK
RGB Variations
Color information
#13708B (or 0x13708B) is known color: Allports. HEX triplet: 13, 70 and 8B. RGB value is (19,112,139). Sum of RGB (Red+Green+Blue) = 19+112+139=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #13708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13708B is #EC8F74. Grayscale: #575757. Windows color (decimal): -15503221 or 9138195. OLE color: 9138195.
HSL color Cylindrical-coordinate representation of color #13708B: hue angle of 193.5º 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 #13708B is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 112 | 139 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.45 |
| HSL | 193.5º | 0.76% | 0.31% | - |
| HSV(B) | 193.5º | 0.86% | 0.55% | - |
| XYZ | 10.72 | 13.59 | 26.48 | - |
| YUV | 87.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 139 | 0.86 | 0.19 | 0 | 0.45 | 193.5 | 0.76 | 0.31 |
| Hex | 13 | 70 | 8B | 56 | 13 | 0 | 2D | C2 | 4C | 1F |
| Octal | 23 | 160 | 213 | 126 | 23 | 0 | 55 | 302 | 114 | 37 |
| Binary | 10011 | 1110000 | 10001011 | 1010110 | 10011 | 0 | 101101 | 11000010 | 1001100 | 11111 |
Color Harmonies of #13708B
Complementary color
Monochromatic Colors of #13708B
Black with #13708B
Text Example
Text Example
White with #13708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13708B; }
p { color: rgb(19,112,139); }
H1.HeaderClassName
{
color: #13708B;
}
.AnyTagClassName
{
color: #13708B;
}
</style>
background-color css
<style>
a { background-color: #13708B; }
a { background-color: rgb(19,112,139); }
div.DivClassName
{
background-color: #13708B;
}
.BgClassName
{
background-color: #13708B;
}
</style>
border-color css
<style>
span { border-color: #13708B; }
span { border-color: rgb(19,112,139); }
td.TdClassName
{
border-color: #13708B;
}
.TagClassName
{
border-color: #13708B;
}
</style>