Shades of Allports #136A72
Tints of Allports #136A72
RGB
CMYK
RGB Variations
Color information
#136A72 (or 0x136A72) is known color: Allports. HEX triplet: 13, 6A and 72. RGB value is (19,106,114). Sum of RGB (Red+Green+Blue) = 19+106+114=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #136A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A72 is #EC958D. Grayscale: #505050. Windows color (decimal): -15504782 or 7498259. OLE color: 7498259.
HSL color Cylindrical-coordinate representation of color #136A72: hue angle of 185.05º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136A72 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 106 | 114 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.55 |
| HSL | 185.05º | 0.71% | 0.26% | - |
| HSV(B) | 185.05º | 0.83% | 0.45% | - |
| XYZ | 8.46 | 11.66 | 17.72 | - |
| YUV | 80.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 114 | 0.83 | 0.07 | 0 | 0.55 | 185.05 | 0.71 | 0.26 |
| Hex | 13 | 6A | 72 | 53 | 7 | 0 | 37 | B9 | 47 | 1A |
| Octal | 23 | 152 | 162 | 123 | 7 | 0 | 67 | 271 | 107 | 32 |
| Binary | 10011 | 1101010 | 1110010 | 1010011 | 111 | 0 | 110111 | 10111001 | 1000111 | 11010 |
Color Harmonies of #136A72
Complementary color
Monochromatic Colors of #136A72
Black with #136A72
Text Example
Text Example
White with #136A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A72; }
p { color: rgb(19,106,114); }
H1.HeaderClassName
{
color: #136A72;
}
.AnyTagClassName
{
color: #136A72;
}
</style>
background-color css
<style>
a { background-color: #136A72; }
a { background-color: rgb(19,106,114); }
div.DivClassName
{
background-color: #136A72;
}
.BgClassName
{
background-color: #136A72;
}
</style>
border-color css
<style>
span { border-color: #136A72; }
span { border-color: rgb(19,106,114); }
td.TdClassName
{
border-color: #136A72;
}
.TagClassName
{
border-color: #136A72;
}
</style>