Shades of Allports #136F84
Tints of Allports #136F84
RGB
CMYK
RGB Variations
Color information
#136F84 (or 0x136F84) is known color: Allports. HEX triplet: 13, 6F and 84. RGB value is (19,111,132). Sum of RGB (Red+Green+Blue) = 19+111+132=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #136F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F84 is #EC907B. Grayscale: #555555. Windows color (decimal): -15503484 or 8679187. OLE color: 8679187.
HSL color Cylindrical-coordinate representation of color #136F84: hue angle of 191.15º 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 #136F84 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 111 | 132 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.48 |
| HSL | 191.15º | 0.75% | 0.3% | - |
| HSV(B) | 191.15º | 0.86% | 0.52% | - |
| XYZ | 10.12 | 13.17 | 23.84 | - |
| YUV | 85.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 132 | 0.86 | 0.16 | 0 | 0.48 | 191.15 | 0.75 | 0.3 |
| Hex | 13 | 6F | 84 | 56 | 10 | 0 | 30 | BF | 4B | 1E |
| Octal | 23 | 157 | 204 | 126 | 20 | 0 | 60 | 277 | 113 | 36 |
| Binary | 10011 | 1101111 | 10000100 | 1010110 | 10000 | 0 | 110000 | 10111111 | 1001011 | 11110 |
Color Harmonies of #136F84
Complementary color
Monochromatic Colors of #136F84
Black with #136F84
Text Example
Text Example
White with #136F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F84; }
p { color: rgb(19,111,132); }
H1.HeaderClassName
{
color: #136F84;
}
.AnyTagClassName
{
color: #136F84;
}
</style>
background-color css
<style>
a { background-color: #136F84; }
a { background-color: rgb(19,111,132); }
div.DivClassName
{
background-color: #136F84;
}
.BgClassName
{
background-color: #136F84;
}
</style>
border-color css
<style>
span { border-color: #136F84; }
span { border-color: rgb(19,111,132); }
td.TdClassName
{
border-color: #136F84;
}
.TagClassName
{
border-color: #136F84;
}
</style>