Shades of Allports #136F77
Tints of Allports #136F77
RGB
CMYK
RGB Variations
Color information
#136F77 (or 0x136F77) is known color: Allports. HEX triplet: 13, 6F and 77. RGB value is (19,111,119). Sum of RGB (Red+Green+Blue) = 19+111+119=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #136F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F77 is #EC9088. Grayscale: #545454. Windows color (decimal): -15503497 or 7827219. OLE color: 7827219.
HSL color Cylindrical-coordinate representation of color #136F77: hue angle of 184.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136F77 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 111 | 119 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.53 |
| HSL | 184.8º | 0.72% | 0.27% | - |
| HSV(B) | 184.8º | 0.84% | 0.47% | - |
| XYZ | 9.28 | 12.84 | 19.44 | - |
| YUV | 84.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 119 | 0.84 | 0.07 | 0 | 0.53 | 184.8 | 0.72 | 0.27 |
| Hex | 13 | 6F | 77 | 54 | 7 | 0 | 35 | B9 | 48 | 1B |
| Octal | 23 | 157 | 167 | 124 | 7 | 0 | 65 | 271 | 110 | 33 |
| Binary | 10011 | 1101111 | 1110111 | 1010100 | 111 | 0 | 110101 | 10111001 | 1001000 | 11011 |
Color Harmonies of #136F77
Complementary color
Monochromatic Colors of #136F77
Black with #136F77
Text Example
Text Example
White with #136F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F77; }
p { color: rgb(19,111,119); }
H1.HeaderClassName
{
color: #136F77;
}
.AnyTagClassName
{
color: #136F77;
}
</style>
background-color css
<style>
a { background-color: #136F77; }
a { background-color: rgb(19,111,119); }
div.DivClassName
{
background-color: #136F77;
}
.BgClassName
{
background-color: #136F77;
}
</style>
border-color css
<style>
span { border-color: #136F77; }
span { border-color: rgb(19,111,119); }
td.TdClassName
{
border-color: #136F77;
}
.TagClassName
{
border-color: #136F77;
}
</style>