Shades of Allports #137A8B
Tints of Allports #137A8B
RGB
CMYK
RGB Variations
Color information
#137A8B (or 0x137A8B) is known color: Allports. HEX triplet: 13, 7A and 8B. RGB value is (19,122,139). Sum of RGB (Red+Green+Blue) = 19+122+139=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #137A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A8B is #EC8574. Grayscale: #5C5C5C. Windows color (decimal): -15500661 or 9140755. OLE color: 9140755.
HSL color Cylindrical-coordinate representation of color #137A8B: hue angle of 188.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 #137A8B is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 122 | 139 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.45 |
| HSL | 188.5º | 0.76% | 0.31% | - |
| HSV(B) | 188.5º | 0.86% | 0.55% | - |
| XYZ | 11.89 | 15.92 | 26.87 | - |
| YUV | 93.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 139 | 0.86 | 0.12 | 0 | 0.45 | 188.5 | 0.76 | 0.31 |
| Hex | 13 | 7A | 8B | 56 | C | 0 | 2D | BC | 4C | 1F |
| Octal | 23 | 172 | 213 | 126 | 14 | 0 | 55 | 274 | 114 | 37 |
| Binary | 10011 | 1111010 | 10001011 | 1010110 | 1100 | 0 | 101101 | 10111100 | 1001100 | 11111 |
Color Harmonies of #137A8B
Complementary color
Monochromatic Colors of #137A8B
Black with #137A8B
Text Example
Text Example
White with #137A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A8B; }
p { color: rgb(19,122,139); }
H1.HeaderClassName
{
color: #137A8B;
}
.AnyTagClassName
{
color: #137A8B;
}
</style>
background-color css
<style>
a { background-color: #137A8B; }
a { background-color: rgb(19,122,139); }
div.DivClassName
{
background-color: #137A8B;
}
.BgClassName
{
background-color: #137A8B;
}
</style>
border-color css
<style>
span { border-color: #137A8B; }
span { border-color: rgb(19,122,139); }
td.TdClassName
{
border-color: #137A8B;
}
.TagClassName
{
border-color: #137A8B;
}
</style>