Shades of Allports #136F86
Tints of Allports #136F86
RGB
CMYK
RGB Variations
Color information
#136F86 (or 0x136F86) is known color: Allports. HEX triplet: 13, 6F and 86. RGB value is (19,111,134). Sum of RGB (Red+Green+Blue) = 19+111+134=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #136F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F86 is #EC9079. Grayscale: #555555. Windows color (decimal): -15503482 or 8810259. OLE color: 8810259.
HSL color Cylindrical-coordinate representation of color #136F86: hue angle of 192º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136F86 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 111 | 134 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.47 |
| HSL | 192º | 0.75% | 0.3% | - |
| HSV(B) | 192º | 0.86% | 0.53% | - |
| XYZ | 10.26 | 13.23 | 24.57 | - |
| YUV | 86.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 134 | 0.86 | 0.17 | 0 | 0.47 | 192 | 0.75 | 0.3 |
| Hex | 13 | 6F | 86 | 56 | 11 | 0 | 2F | C0 | 4B | 1E |
| Octal | 23 | 157 | 206 | 126 | 21 | 0 | 57 | 300 | 113 | 36 |
| Binary | 10011 | 1101111 | 10000110 | 1010110 | 10001 | 0 | 101111 | 11000000 | 1001011 | 11110 |
Color Harmonies of #136F86
Complementary color
Monochromatic Colors of #136F86
Black with #136F86
Text Example
Text Example
White with #136F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F86; }
p { color: rgb(19,111,134); }
H1.HeaderClassName
{
color: #136F86;
}
.AnyTagClassName
{
color: #136F86;
}
</style>
background-color css
<style>
a { background-color: #136F86; }
a { background-color: rgb(19,111,134); }
div.DivClassName
{
background-color: #136F86;
}
.BgClassName
{
background-color: #136F86;
}
</style>
border-color css
<style>
span { border-color: #136F86; }
span { border-color: rgb(19,111,134); }
td.TdClassName
{
border-color: #136F86;
}
.TagClassName
{
border-color: #136F86;
}
</style>