Shades of Blue Stone #136C71
Tints of Blue Stone #136C71
RGB
CMYK
RGB Variations
Color information
#136C71 (or 0x136C71) is known color: Blue Stone. HEX triplet: 13, 6C and 71. RGB value is (19,108,113). Sum of RGB (Red+Green+Blue) = 19+108+113=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #136C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C71 is #EC938E. Grayscale: #515151. Windows color (decimal): -15504271 or 7433235. OLE color: 7433235.
HSL color Cylindrical-coordinate representation of color #136C71: hue angle of 183.19º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136C71 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 108 | 113 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.56 |
| HSL | 183.19º | 0.71% | 0.26% | - |
| HSV(B) | 183.19º | 0.83% | 0.44% | - |
| XYZ | 8.61 | 12.06 | 17.5 | - |
| YUV | 81.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 113 | 0.83 | 0.04 | 0 | 0.56 | 183.19 | 0.71 | 0.26 |
| Hex | 13 | 6C | 71 | 53 | 4 | 0 | 38 | B7 | 47 | 1A |
| Octal | 23 | 154 | 161 | 123 | 4 | 0 | 70 | 267 | 107 | 32 |
| Binary | 10011 | 1101100 | 1110001 | 1010011 | 100 | 0 | 111000 | 10110111 | 1000111 | 11010 |
Color Harmonies of #136C71
Complementary color
Monochromatic Colors of #136C71
Black with #136C71
Text Example
Text Example
White with #136C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C71; }
p { color: rgb(19,108,113); }
H1.HeaderClassName
{
color: #136C71;
}
.AnyTagClassName
{
color: #136C71;
}
</style>
background-color css
<style>
a { background-color: #136C71; }
a { background-color: rgb(19,108,113); }
div.DivClassName
{
background-color: #136C71;
}
.BgClassName
{
background-color: #136C71;
}
</style>
border-color css
<style>
span { border-color: #136C71; }
span { border-color: rgb(19,108,113); }
td.TdClassName
{
border-color: #136C71;
}
.TagClassName
{
border-color: #136C71;
}
</style>