Shades of Allports #13728B
Tints of Allports #13728B
RGB
CMYK
RGB Variations
Color information
#13728B (or 0x13728B) is known color: Allports. HEX triplet: 13, 72 and 8B. RGB value is (19,114,139). Sum of RGB (Red+Green+Blue) = 19+114+139=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #13728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13728B is #EC8D74. Grayscale: #585858. Windows color (decimal): -15502709 or 9138707. OLE color: 9138707.
HSL color Cylindrical-coordinate representation of color #13728B: hue angle of 192.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 #13728B is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 114 | 139 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.45 |
| HSL | 192.5º | 0.76% | 0.31% | - |
| HSV(B) | 192.5º | 0.86% | 0.55% | - |
| XYZ | 10.95 | 14.04 | 26.56 | - |
| YUV | 88.45 | 156.53 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 139 | 0.86 | 0.18 | 0 | 0.45 | 192.5 | 0.76 | 0.31 |
| Hex | 13 | 72 | 8B | 56 | 12 | 0 | 2D | C0 | 4C | 1F |
| Octal | 23 | 162 | 213 | 126 | 22 | 0 | 55 | 300 | 114 | 37 |
| Binary | 10011 | 1110010 | 10001011 | 1010110 | 10010 | 0 | 101101 | 11000000 | 1001100 | 11111 |
Color Harmonies of #13728B
Complementary color
Monochromatic Colors of #13728B
Black with #13728B
Text Example
Text Example
White with #13728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13728B; }
p { color: rgb(19,114,139); }
H1.HeaderClassName
{
color: #13728B;
}
.AnyTagClassName
{
color: #13728B;
}
</style>
background-color css
<style>
a { background-color: #13728B; }
a { background-color: rgb(19,114,139); }
div.DivClassName
{
background-color: #13728B;
}
.BgClassName
{
background-color: #13728B;
}
</style>
border-color css
<style>
span { border-color: #13728B; }
span { border-color: rgb(19,114,139); }
td.TdClassName
{
border-color: #13728B;
}
.TagClassName
{
border-color: #13728B;
}
</style>