Shades of Allports #136F82
Tints of Allports #136F82
RGB
CMYK
RGB Variations
Color information
#136F82 (or 0x136F82) is known color: Allports. HEX triplet: 13, 6F and 82. RGB value is (19,111,130). Sum of RGB (Red+Green+Blue) = 19+111+130=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #136F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F82 is #EC907D. Grayscale: #555555. Windows color (decimal): -15503486 or 8548115. OLE color: 8548115.
HSL color Cylindrical-coordinate representation of color #136F82: hue angle of 190.27º 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 #136F82 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 111 | 130 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.49 |
| HSL | 190.27º | 0.74% | 0.29% | - |
| HSV(B) | 190.27º | 0.85% | 0.51% | - |
| XYZ | 9.98 | 13.12 | 23.13 | - |
| YUV | 85.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 130 | 0.85 | 0.15 | 0 | 0.49 | 190.27 | 0.74 | 0.29 |
| Hex | 13 | 6F | 82 | 55 | F | 0 | 31 | BE | 4A | 1D |
| Octal | 23 | 157 | 202 | 125 | 17 | 0 | 61 | 276 | 112 | 35 |
| Binary | 10011 | 1101111 | 10000010 | 1010101 | 1111 | 0 | 110001 | 10111110 | 1001010 | 11101 |
Color Harmonies of #136F82
Complementary color
Monochromatic Colors of #136F82
Black with #136F82
Text Example
Text Example
White with #136F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F82; }
p { color: rgb(19,111,130); }
H1.HeaderClassName
{
color: #136F82;
}
.AnyTagClassName
{
color: #136F82;
}
</style>
background-color css
<style>
a { background-color: #136F82; }
a { background-color: rgb(19,111,130); }
div.DivClassName
{
background-color: #136F82;
}
.BgClassName
{
background-color: #136F82;
}
</style>
border-color css
<style>
span { border-color: #136F82; }
span { border-color: rgb(19,111,130); }
td.TdClassName
{
border-color: #136F82;
}
.TagClassName
{
border-color: #136F82;
}
</style>