Shades of Blue Stone #136C6D
Tints of Blue Stone #136C6D
RGB
CMYK
RGB Variations
Color information
#136C6D (or 0x136C6D) is known color: Blue Stone. HEX triplet: 13, 6C and 6D. RGB value is (19,108,109). Sum of RGB (Red+Green+Blue) = 19+108+109=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #136C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C6D is #EC9392. Grayscale: #515151. Windows color (decimal): -15504275 or 7171091. OLE color: 7171091.
HSL color Cylindrical-coordinate representation of color #136C6D: hue angle of 180.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136C6D is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 108 | 109 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.57 |
| HSL | 180.67º | 0.7% | 0.25% | - |
| HSV(B) | 180.67º | 0.83% | 0.43% | - |
| XYZ | 8.39 | 11.97 | 16.34 | - |
| YUV | 81.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 109 | 0.83 | 0.01 | 0 | 0.57 | 180.67 | 0.7 | 0.25 |
| Hex | 13 | 6C | 6D | 53 | 1 | 0 | 39 | B5 | 46 | 19 |
| Octal | 23 | 154 | 155 | 123 | 1 | 0 | 71 | 265 | 106 | 31 |
| Binary | 10011 | 1101100 | 1101101 | 1010011 | 1 | 0 | 111001 | 10110101 | 1000110 | 11001 |
Color Harmonies of #136C6D
Complementary color
Monochromatic Colors of #136C6D
Black with #136C6D
Text Example
Text Example
White with #136C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C6D; }
p { color: rgb(19,108,109); }
H1.HeaderClassName
{
color: #136C6D;
}
.AnyTagClassName
{
color: #136C6D;
}
</style>
background-color css
<style>
a { background-color: #136C6D; }
a { background-color: rgb(19,108,109); }
div.DivClassName
{
background-color: #136C6D;
}
.BgClassName
{
background-color: #136C6D;
}
</style>
border-color css
<style>
span { border-color: #136C6D; }
span { border-color: rgb(19,108,109); }
td.TdClassName
{
border-color: #136C6D;
}
.TagClassName
{
border-color: #136C6D;
}
</style>