Shades of Allports #136C82
Tints of Allports #136C82
RGB
CMYK
RGB Variations
Color information
#136C82 (or 0x136C82) is known color: Allports. HEX triplet: 13, 6C and 82. RGB value is (19,108,130). Sum of RGB (Red+Green+Blue) = 19+108+130=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #136C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C82 is #EC937D. Grayscale: #535353. Windows color (decimal): -15504254 or 8547347. OLE color: 8547347.
HSL color Cylindrical-coordinate representation of color #136C82: hue angle of 191.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136C82 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 108 | 130 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.49 |
| HSL | 191.89º | 0.74% | 0.29% | - |
| HSV(B) | 191.89º | 0.85% | 0.51% | - |
| XYZ | 9.66 | 12.48 | 23.02 | - |
| YUV | 83.9 | 154.01 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 130 | 0.85 | 0.17 | 0 | 0.49 | 191.89 | 0.74 | 0.29 |
| Hex | 13 | 6C | 82 | 55 | 11 | 0 | 31 | C0 | 4A | 1D |
| Octal | 23 | 154 | 202 | 125 | 21 | 0 | 61 | 300 | 112 | 35 |
| Binary | 10011 | 1101100 | 10000010 | 1010101 | 10001 | 0 | 110001 | 11000000 | 1001010 | 11101 |
Color Harmonies of #136C82
Complementary color
Monochromatic Colors of #136C82
Black with #136C82
Text Example
Text Example
White with #136C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C82; }
p { color: rgb(19,108,130); }
H1.HeaderClassName
{
color: #136C82;
}
.AnyTagClassName
{
color: #136C82;
}
</style>
background-color css
<style>
a { background-color: #136C82; }
a { background-color: rgb(19,108,130); }
div.DivClassName
{
background-color: #136C82;
}
.BgClassName
{
background-color: #136C82;
}
</style>
border-color css
<style>
span { border-color: #136C82; }
span { border-color: rgb(19,108,130); }
td.TdClassName
{
border-color: #136C82;
}
.TagClassName
{
border-color: #136C82;
}
</style>