Shades of Blue Stone #136B5F
Tints of Blue Stone #136B5F
RGB
CMYK
RGB Variations
Color information
#136B5F (or 0x136B5F) is known color: Blue Stone. HEX triplet: 13, 6B and 5F. RGB value is (19,107,95). Sum of RGB (Red+Green+Blue) = 19+107+95=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #136B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B5F is #EC94A0. Grayscale: #4F4F4F. Windows color (decimal): -15504545 or 6253331. OLE color: 6253331.
HSL color Cylindrical-coordinate representation of color #136B5F: hue angle of 171.82º 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 #136B5F is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 95 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.58 |
| HSL | 171.82º | 0.7% | 0.25% | - |
| HSV(B) | 171.82º | 0.82% | 0.42% | - |
| XYZ | 7.59 | 11.48 | 12.64 | - |
| YUV | 79.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 95 | 0.82 | 0 | 0.11 | 0.58 | 171.82 | 0.7 | 0.25 |
| Hex | 13 | 6B | 5F | 52 | 0 | B | 3A | AC | 46 | 19 |
| Octal | 23 | 153 | 137 | 122 | 0 | 13 | 72 | 254 | 106 | 31 |
| Binary | 10011 | 1101011 | 1011111 | 1010010 | 0 | 1011 | 111010 | 10101100 | 1000110 | 11001 |
Color Harmonies of #136B5F
Complementary color
Monochromatic Colors of #136B5F
Black with #136B5F
Text Example
Text Example
White with #136B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B5F; }
p { color: rgb(19,107,95); }
H1.HeaderClassName
{
color: #136B5F;
}
.AnyTagClassName
{
color: #136B5F;
}
</style>
background-color css
<style>
a { background-color: #136B5F; }
a { background-color: rgb(19,107,95); }
div.DivClassName
{
background-color: #136B5F;
}
.BgClassName
{
background-color: #136B5F;
}
</style>
border-color css
<style>
span { border-color: #136B5F; }
span { border-color: rgb(19,107,95); }
td.TdClassName
{
border-color: #136B5F;
}
.TagClassName
{
border-color: #136B5F;
}
</style>