Shades of Blue Stone #136B58
Tints of Blue Stone #136B58
RGB
CMYK
RGB Variations
Color information
#136B58 (or 0x136B58) is known color: Blue Stone. HEX triplet: 13, 6B and 58. RGB value is (19,107,88). Sum of RGB (Red+Green+Blue) = 19+107+88=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #136B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B58 is #EC94A7. Grayscale: #4E4E4E. Windows color (decimal): -15504552 or 5794579. OLE color: 5794579.
HSL color Cylindrical-coordinate representation of color #136B58: hue angle of 167.05º 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 #136B58 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 88 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.58 |
| HSL | 167.05º | 0.7% | 0.25% | - |
| HSV(B) | 167.05º | 0.82% | 0.42% | - |
| XYZ | 7.29 | 11.36 | 11.04 | - |
| YUV | 78.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 88 | 0.82 | 0 | 0.18 | 0.58 | 167.05 | 0.7 | 0.25 |
| Hex | 13 | 6B | 58 | 52 | 0 | 12 | 3A | A7 | 46 | 19 |
| Octal | 23 | 153 | 130 | 122 | 0 | 22 | 72 | 247 | 106 | 31 |
| Binary | 10011 | 1101011 | 1011000 | 1010010 | 0 | 10010 | 111010 | 10100111 | 1000110 | 11001 |
Color Harmonies of #136B58
Complementary color
Monochromatic Colors of #136B58
Black with #136B58
Text Example
Text Example
White with #136B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B58; }
p { color: rgb(19,107,88); }
H1.HeaderClassName
{
color: #136B58;
}
.AnyTagClassName
{
color: #136B58;
}
</style>
background-color css
<style>
a { background-color: #136B58; }
a { background-color: rgb(19,107,88); }
div.DivClassName
{
background-color: #136B58;
}
.BgClassName
{
background-color: #136B58;
}
</style>
border-color css
<style>
span { border-color: #136B58; }
span { border-color: rgb(19,107,88); }
td.TdClassName
{
border-color: #136B58;
}
.TagClassName
{
border-color: #136B58;
}
</style>