Shades of Blue Stone #136C58
Tints of Blue Stone #136C58
RGB
CMYK
RGB Variations
Color information
#136C58 (or 0x136C58) is known color: Blue Stone. HEX triplet: 13, 6C and 58. RGB value is (19,108,88). Sum of RGB (Red+Green+Blue) = 19+108+88=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #136C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C58 is #EC93A7. Grayscale: #4F4F4F. Windows color (decimal): -15504296 or 5794835. OLE color: 5794835.
HSL color Cylindrical-coordinate representation of color #136C58: hue angle of 166.52º 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 #136C58 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 88 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.58 |
| HSL | 166.52º | 0.7% | 0.25% | - |
| HSV(B) | 166.52º | 0.82% | 0.42% | - |
| XYZ | 7.39 | 11.57 | 11.08 | - |
| YUV | 79.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 88 | 0.82 | 0 | 0.19 | 0.58 | 166.52 | 0.7 | 0.25 |
| Hex | 13 | 6C | 58 | 52 | 0 | 13 | 3A | A7 | 46 | 19 |
| Octal | 23 | 154 | 130 | 122 | 0 | 23 | 72 | 247 | 106 | 31 |
| Binary | 10011 | 1101100 | 1011000 | 1010010 | 0 | 10011 | 111010 | 10100111 | 1000110 | 11001 |
Color Harmonies of #136C58
Complementary color
Monochromatic Colors of #136C58
Black with #136C58
Text Example
Text Example
White with #136C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C58; }
p { color: rgb(19,108,88); }
H1.HeaderClassName
{
color: #136C58;
}
.AnyTagClassName
{
color: #136C58;
}
</style>
background-color css
<style>
a { background-color: #136C58; }
a { background-color: rgb(19,108,88); }
div.DivClassName
{
background-color: #136C58;
}
.BgClassName
{
background-color: #136C58;
}
</style>
border-color css
<style>
span { border-color: #136C58; }
span { border-color: rgb(19,108,88); }
td.TdClassName
{
border-color: #136C58;
}
.TagClassName
{
border-color: #136C58;
}
</style>