Shades of Allports #136A73
Tints of Allports #136A73
RGB
CMYK
RGB Variations
Color information
#136A73 (or 0x136A73) is known color: Allports. HEX triplet: 13, 6A and 73. RGB value is (19,106,115). Sum of RGB (Red+Green+Blue) = 19+106+115=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #136A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A73 is #EC958C. Grayscale: #505050. Windows color (decimal): -15504781 or 7563795. OLE color: 7563795.
HSL color Cylindrical-coordinate representation of color #136A73: hue angle of 185.62º degrees, saturation: 0.72, 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 #136A73 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 106 | 115 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.55 |
| HSL | 185.63º | 0.72% | 0.26% | - |
| HSV(B) | 185.63º | 0.83% | 0.45% | - |
| XYZ | 8.52 | 11.68 | 18.03 | - |
| YUV | 81.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 115 | 0.83 | 0.08 | 0 | 0.55 | 185.63 | 0.72 | 0.26 |
| Hex | 13 | 6A | 73 | 53 | 8 | 0 | 37 | BA | 48 | 1A |
| Octal | 23 | 152 | 163 | 123 | 10 | 0 | 67 | 272 | 110 | 32 |
| Binary | 10011 | 1101010 | 1110011 | 1010011 | 1000 | 0 | 110111 | 10111010 | 1001000 | 11010 |
Color Harmonies of #136A73
Complementary color
Monochromatic Colors of #136A73
Black with #136A73
Text Example
Text Example
White with #136A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A73; }
p { color: rgb(19,106,115); }
H1.HeaderClassName
{
color: #136A73;
}
.AnyTagClassName
{
color: #136A73;
}
</style>
background-color css
<style>
a { background-color: #136A73; }
a { background-color: rgb(19,106,115); }
div.DivClassName
{
background-color: #136A73;
}
.BgClassName
{
background-color: #136A73;
}
</style>
border-color css
<style>
span { border-color: #136A73; }
span { border-color: rgb(19,106,115); }
td.TdClassName
{
border-color: #136A73;
}
.TagClassName
{
border-color: #136A73;
}
</style>