Shades of Allports #136D84
Tints of Allports #136D84
RGB
CMYK
RGB Variations
Color information
#136D84 (or 0x136D84) is known color: Allports. HEX triplet: 13, 6D and 84. RGB value is (19,109,132). Sum of RGB (Red+Green+Blue) = 19+109+132=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #136D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136D84 is #EC927B. Grayscale: #545454. Windows color (decimal): -15503996 or 8678675. OLE color: 8678675.
HSL color Cylindrical-coordinate representation of color #136D84: hue angle of 192.21º 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 #136D84 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 109 | 132 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.48 |
| HSL | 192.21º | 0.75% | 0.3% | - |
| HSV(B) | 192.21º | 0.86% | 0.52% | - |
| XYZ | 9.9 | 12.74 | 23.77 | - |
| YUV | 84.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 132 | 0.86 | 0.17 | 0 | 0.48 | 192.21 | 0.75 | 0.3 |
| Hex | 13 | 6D | 84 | 56 | 11 | 0 | 30 | C0 | 4B | 1E |
| Octal | 23 | 155 | 204 | 126 | 21 | 0 | 60 | 300 | 113 | 36 |
| Binary | 10011 | 1101101 | 10000100 | 1010110 | 10001 | 0 | 110000 | 11000000 | 1001011 | 11110 |
Color Harmonies of #136D84
Complementary color
Monochromatic Colors of #136D84
Black with #136D84
Text Example
Text Example
White with #136D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D84; }
p { color: rgb(19,109,132); }
H1.HeaderClassName
{
color: #136D84;
}
.AnyTagClassName
{
color: #136D84;
}
</style>
background-color css
<style>
a { background-color: #136D84; }
a { background-color: rgb(19,109,132); }
div.DivClassName
{
background-color: #136D84;
}
.BgClassName
{
background-color: #136D84;
}
</style>
border-color css
<style>
span { border-color: #136D84; }
span { border-color: rgb(19,109,132); }
td.TdClassName
{
border-color: #136D84;
}
.TagClassName
{
border-color: #136D84;
}
</style>