Shades of Allports #137A8D
Tints of Allports #137A8D
RGB
CMYK
RGB Variations
Color information
#137A8D (or 0x137A8D) is known color: Allports. HEX triplet: 13, 7A and 8D. RGB value is (19,122,141). Sum of RGB (Red+Green+Blue) = 19+122+141=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #137A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A8D is #EC8572. Grayscale: #5D5D5D. Windows color (decimal): -15500659 or 9271827. OLE color: 9271827.
HSL color Cylindrical-coordinate representation of color #137A8D: hue angle of 189.34º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137A8D is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 122 | 141 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.45 |
| HSL | 189.34º | 0.76% | 0.31% | - |
| HSV(B) | 189.34º | 0.87% | 0.55% | - |
| XYZ | 12.04 | 15.98 | 27.65 | - |
| YUV | 93.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 141 | 0.87 | 0.13 | 0 | 0.45 | 189.34 | 0.76 | 0.31 |
| Hex | 13 | 7A | 8D | 57 | D | 0 | 2D | BD | 4C | 1F |
| Octal | 23 | 172 | 215 | 127 | 15 | 0 | 55 | 275 | 114 | 37 |
| Binary | 10011 | 1111010 | 10001101 | 1010111 | 1101 | 0 | 101101 | 10111101 | 1001100 | 11111 |
Color Harmonies of #137A8D
Complementary color
Monochromatic Colors of #137A8D
Black with #137A8D
Text Example
Text Example
White with #137A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A8D; }
p { color: rgb(19,122,141); }
H1.HeaderClassName
{
color: #137A8D;
}
.AnyTagClassName
{
color: #137A8D;
}
</style>
background-color css
<style>
a { background-color: #137A8D; }
a { background-color: rgb(19,122,141); }
div.DivClassName
{
background-color: #137A8D;
}
.BgClassName
{
background-color: #137A8D;
}
</style>
border-color css
<style>
span { border-color: #137A8D; }
span { border-color: rgb(19,122,141); }
td.TdClassName
{
border-color: #137A8D;
}
.TagClassName
{
border-color: #137A8D;
}
</style>