Shades of Allports #136A74
Tints of Allports #136A74
RGB
CMYK
RGB Variations
Color information
#136A74 (or 0x136A74) is known color: Allports. HEX triplet: 13, 6A and 74. RGB value is (19,106,116). Sum of RGB (Red+Green+Blue) = 19+106+116=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #136A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A74 is #EC958B. Grayscale: #515151. Windows color (decimal): -15504780 or 7629331. OLE color: 7629331.
HSL color Cylindrical-coordinate representation of color #136A74: hue angle of 186.19º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136A74 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 106 | 116 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.55 |
| HSL | 186.19º | 0.72% | 0.26% | - |
| HSV(B) | 186.19º | 0.84% | 0.45% | - |
| XYZ | 8.57 | 11.71 | 18.33 | - |
| YUV | 81.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 116 | 0.84 | 0.09 | 0 | 0.55 | 186.19 | 0.72 | 0.26 |
| Hex | 13 | 6A | 74 | 54 | 9 | 0 | 37 | BA | 48 | 1A |
| Octal | 23 | 152 | 164 | 124 | 11 | 0 | 67 | 272 | 110 | 32 |
| Binary | 10011 | 1101010 | 1110100 | 1010100 | 1001 | 0 | 110111 | 10111010 | 1001000 | 11010 |
Color Harmonies of #136A74
Complementary color
Monochromatic Colors of #136A74
Black with #136A74
Text Example
Text Example
White with #136A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A74; }
p { color: rgb(19,106,116); }
H1.HeaderClassName
{
color: #136A74;
}
.AnyTagClassName
{
color: #136A74;
}
</style>
background-color css
<style>
a { background-color: #136A74; }
a { background-color: rgb(19,106,116); }
div.DivClassName
{
background-color: #136A74;
}
.BgClassName
{
background-color: #136A74;
}
</style>
border-color css
<style>
span { border-color: #136A74; }
span { border-color: rgb(19,106,116); }
td.TdClassName
{
border-color: #136A74;
}
.TagClassName
{
border-color: #136A74;
}
</style>