Shades of Allports #137785
Tints of Allports #137785
RGB
CMYK
RGB Variations
Color information
#137785 (or 0x137785) is known color: Allports. HEX triplet: 13, 77 and 85. RGB value is (19,119,133). Sum of RGB (Red+Green+Blue) = 19+119+133=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #137785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137785 is #EC887A. Grayscale: #5A5A5A. Windows color (decimal): -15501435 or 8746771. OLE color: 8746771.
HSL color Cylindrical-coordinate representation of color #137785: hue angle of 187.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137785 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 119 | 133 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.48 |
| HSL | 187.37º | 0.75% | 0.3% | - |
| HSV(B) | 187.37º | 0.86% | 0.52% | - |
| XYZ | 11.1 | 15.03 | 24.51 | - |
| YUV | 90.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 133 | 0.86 | 0.11 | 0 | 0.48 | 187.37 | 0.75 | 0.3 |
| Hex | 13 | 77 | 85 | 56 | B | 0 | 30 | BB | 4B | 1E |
| Octal | 23 | 167 | 205 | 126 | 13 | 0 | 60 | 273 | 113 | 36 |
| Binary | 10011 | 1110111 | 10000101 | 1010110 | 1011 | 0 | 110000 | 10111011 | 1001011 | 11110 |
Color Harmonies of #137785
Complementary color
Monochromatic Colors of #137785
Black with #137785
Text Example
Text Example
White with #137785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137785; }
p { color: rgb(19,119,133); }
H1.HeaderClassName
{
color: #137785;
}
.AnyTagClassName
{
color: #137785;
}
</style>
background-color css
<style>
a { background-color: #137785; }
a { background-color: rgb(19,119,133); }
div.DivClassName
{
background-color: #137785;
}
.BgClassName
{
background-color: #137785;
}
</style>
border-color css
<style>
span { border-color: #137785; }
span { border-color: rgb(19,119,133); }
td.TdClassName
{
border-color: #137785;
}
.TagClassName
{
border-color: #137785;
}
</style>