Shades of Allports #136B74
Tints of Allports #136B74
RGB
CMYK
RGB Variations
Color information
#136B74 (or 0x136B74) is known color: Allports. HEX triplet: 13, 6B and 74. RGB value is (19,107,116). Sum of RGB (Red+Green+Blue) = 19+107+116=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #136B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B74 is #EC948B. Grayscale: #515151. Windows color (decimal): -15504524 or 7629587. OLE color: 7629587.
HSL color Cylindrical-coordinate representation of color #136B74: hue angle of 185.57º 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 #136B74 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 107 | 116 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.55 |
| HSL | 185.57º | 0.72% | 0.26% | - |
| HSV(B) | 185.57º | 0.84% | 0.45% | - |
| XYZ | 8.68 | 11.91 | 18.37 | - |
| YUV | 81.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 116 | 0.84 | 0.08 | 0 | 0.55 | 185.57 | 0.72 | 0.26 |
| Hex | 13 | 6B | 74 | 54 | 8 | 0 | 37 | BA | 48 | 1A |
| Octal | 23 | 153 | 164 | 124 | 10 | 0 | 67 | 272 | 110 | 32 |
| Binary | 10011 | 1101011 | 1110100 | 1010100 | 1000 | 0 | 110111 | 10111010 | 1001000 | 11010 |
Color Harmonies of #136B74
Complementary color
Monochromatic Colors of #136B74
Black with #136B74
Text Example
Text Example
White with #136B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B74; }
p { color: rgb(19,107,116); }
H1.HeaderClassName
{
color: #136B74;
}
.AnyTagClassName
{
color: #136B74;
}
</style>
background-color css
<style>
a { background-color: #136B74; }
a { background-color: rgb(19,107,116); }
div.DivClassName
{
background-color: #136B74;
}
.BgClassName
{
background-color: #136B74;
}
</style>
border-color css
<style>
span { border-color: #136B74; }
span { border-color: rgb(19,107,116); }
td.TdClassName
{
border-color: #136B74;
}
.TagClassName
{
border-color: #136B74;
}
</style>