Shades of Blue Stone #136B61
Tints of Blue Stone #136B61
RGB
CMYK
RGB Variations
Color information
#136B61 (or 0x136B61) is known color: Blue Stone. HEX triplet: 13, 6B and 61. RGB value is (19,107,97). Sum of RGB (Red+Green+Blue) = 19+107+97=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #136B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B61 is #EC949E. Grayscale: #4F4F4F. Windows color (decimal): -15504543 or 6384403. OLE color: 6384403.
HSL color Cylindrical-coordinate representation of color #136B61: hue angle of 173.18º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B61 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 97 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.58 |
| HSL | 173.18º | 0.7% | 0.25% | - |
| HSV(B) | 173.18º | 0.82% | 0.42% | - |
| XYZ | 7.68 | 11.52 | 13.13 | - |
| YUV | 79.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 97 | 0.82 | 0 | 0.09 | 0.58 | 173.18 | 0.7 | 0.25 |
| Hex | 13 | 6B | 61 | 52 | 0 | 9 | 3A | AD | 46 | 19 |
| Octal | 23 | 153 | 141 | 122 | 0 | 11 | 72 | 255 | 106 | 31 |
| Binary | 10011 | 1101011 | 1100001 | 1010010 | 0 | 1001 | 111010 | 10101101 | 1000110 | 11001 |
Color Harmonies of #136B61
Complementary color
Monochromatic Colors of #136B61
Black with #136B61
Text Example
Text Example
White with #136B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B61; }
p { color: rgb(19,107,97); }
H1.HeaderClassName
{
color: #136B61;
}
.AnyTagClassName
{
color: #136B61;
}
</style>
background-color css
<style>
a { background-color: #136B61; }
a { background-color: rgb(19,107,97); }
div.DivClassName
{
background-color: #136B61;
}
.BgClassName
{
background-color: #136B61;
}
</style>
border-color css
<style>
span { border-color: #136B61; }
span { border-color: rgb(19,107,97); }
td.TdClassName
{
border-color: #136B61;
}
.TagClassName
{
border-color: #136B61;
}
</style>