Shades of Allports #136E85
Tints of Allports #136E85
RGB
CMYK
RGB Variations
Color information
#136E85 (or 0x136E85) is known color: Allports. HEX triplet: 13, 6E and 85. RGB value is (19,110,133). Sum of RGB (Red+Green+Blue) = 19+110+133=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #136E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136E85 is #EC917A. Grayscale: #555555. Windows color (decimal): -15503739 or 8744467. OLE color: 8744467.
HSL color Cylindrical-coordinate representation of color #136E85: hue angle of 192.11º 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 #136E85 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 110 | 133 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.48 |
| HSL | 192.11º | 0.75% | 0.3% | - |
| HSV(B) | 192.11º | 0.86% | 0.52% | - |
| XYZ | 10.08 | 12.98 | 24.17 | - |
| YUV | 85.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 133 | 0.86 | 0.17 | 0 | 0.48 | 192.11 | 0.75 | 0.3 |
| Hex | 13 | 6E | 85 | 56 | 11 | 0 | 30 | C0 | 4B | 1E |
| Octal | 23 | 156 | 205 | 126 | 21 | 0 | 60 | 300 | 113 | 36 |
| Binary | 10011 | 1101110 | 10000101 | 1010110 | 10001 | 0 | 110000 | 11000000 | 1001011 | 11110 |
Color Harmonies of #136E85
Complementary color
Monochromatic Colors of #136E85
Black with #136E85
Text Example
Text Example
White with #136E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E85; }
p { color: rgb(19,110,133); }
H1.HeaderClassName
{
color: #136E85;
}
.AnyTagClassName
{
color: #136E85;
}
</style>
background-color css
<style>
a { background-color: #136E85; }
a { background-color: rgb(19,110,133); }
div.DivClassName
{
background-color: #136E85;
}
.BgClassName
{
background-color: #136E85;
}
</style>
border-color css
<style>
span { border-color: #136E85; }
span { border-color: rgb(19,110,133); }
td.TdClassName
{
border-color: #136E85;
}
.TagClassName
{
border-color: #136E85;
}
</style>