Shades of Allports #136F87
Tints of Allports #136F87
RGB
CMYK
RGB Variations
Color information
#136F87 (or 0x136F87) is known color: Allports. HEX triplet: 13, 6F and 87. RGB value is (19,111,135). Sum of RGB (Red+Green+Blue) = 19+111+135=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #136F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F87 is #EC9078. Grayscale: #565656. Windows color (decimal): -15503481 or 8875795. OLE color: 8875795.
HSL color Cylindrical-coordinate representation of color #136F87: hue angle of 192.41º 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 #136F87 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 111 | 135 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.47 |
| HSL | 192.41º | 0.75% | 0.3% | - |
| HSV(B) | 192.41º | 0.86% | 0.53% | - |
| XYZ | 10.33 | 13.26 | 24.94 | - |
| YUV | 86.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 135 | 0.86 | 0.18 | 0 | 0.47 | 192.41 | 0.75 | 0.3 |
| Hex | 13 | 6F | 87 | 56 | 12 | 0 | 2F | C0 | 4B | 1E |
| Octal | 23 | 157 | 207 | 126 | 22 | 0 | 57 | 300 | 113 | 36 |
| Binary | 10011 | 1101111 | 10000111 | 1010110 | 10010 | 0 | 101111 | 11000000 | 1001011 | 11110 |
Color Harmonies of #136F87
Complementary color
Monochromatic Colors of #136F87
Black with #136F87
Text Example
Text Example
White with #136F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F87; }
p { color: rgb(19,111,135); }
H1.HeaderClassName
{
color: #136F87;
}
.AnyTagClassName
{
color: #136F87;
}
</style>
background-color css
<style>
a { background-color: #136F87; }
a { background-color: rgb(19,111,135); }
div.DivClassName
{
background-color: #136F87;
}
.BgClassName
{
background-color: #136F87;
}
</style>
border-color css
<style>
span { border-color: #136F87; }
span { border-color: rgb(19,111,135); }
td.TdClassName
{
border-color: #136F87;
}
.TagClassName
{
border-color: #136F87;
}
</style>