Shades of Allports #137182
Tints of Allports #137182
RGB
CMYK
RGB Variations
Color information
#137182 (or 0x137182) is known color: Allports. HEX triplet: 13, 71 and 82. RGB value is (19,113,130). Sum of RGB (Red+Green+Blue) = 19+113+130=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #137182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137182 is #EC8E7D. Grayscale: #565656. Windows color (decimal): -15502974 or 8548627. OLE color: 8548627.
HSL color Cylindrical-coordinate representation of color #137182: hue angle of 189.19º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137182 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 113 | 130 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.49 |
| HSL | 189.19º | 0.74% | 0.29% | - |
| HSV(B) | 189.19º | 0.85% | 0.51% | - |
| XYZ | 10.2 | 13.56 | 23.2 | - |
| YUV | 86.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 130 | 0.85 | 0.13 | 0 | 0.49 | 189.19 | 0.74 | 0.29 |
| Hex | 13 | 71 | 82 | 55 | D | 0 | 31 | BD | 4A | 1D |
| Octal | 23 | 161 | 202 | 125 | 15 | 0 | 61 | 275 | 112 | 35 |
| Binary | 10011 | 1110001 | 10000010 | 1010101 | 1101 | 0 | 110001 | 10111101 | 1001010 | 11101 |
Color Harmonies of #137182
Complementary color
Monochromatic Colors of #137182
Black with #137182
Text Example
Text Example
White with #137182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137182; }
p { color: rgb(19,113,130); }
H1.HeaderClassName
{
color: #137182;
}
.AnyTagClassName
{
color: #137182;
}
</style>
background-color css
<style>
a { background-color: #137182; }
a { background-color: rgb(19,113,130); }
div.DivClassName
{
background-color: #137182;
}
.BgClassName
{
background-color: #137182;
}
</style>
border-color css
<style>
span { border-color: #137182; }
span { border-color: rgb(19,113,130); }
td.TdClassName
{
border-color: #137182;
}
.TagClassName
{
border-color: #137182;
}
</style>