Shades of Blue Stone #136C6F
Tints of Blue Stone #136C6F
RGB
CMYK
RGB Variations
Color information
#136C6F (or 0x136C6F) is known color: Blue Stone. HEX triplet: 13, 6C and 6F. RGB value is (19,108,111). Sum of RGB (Red+Green+Blue) = 19+108+111=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #136C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C6F is #EC9390. Grayscale: #515151. Windows color (decimal): -15504273 or 7302163. OLE color: 7302163.
HSL color Cylindrical-coordinate representation of color #136C6F: hue angle of 181.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136C6F is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 108 | 111 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.56 |
| HSL | 181.96º | 0.71% | 0.25% | - |
| HSV(B) | 181.96º | 0.83% | 0.44% | - |
| XYZ | 8.5 | 12.01 | 16.91 | - |
| YUV | 81.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 111 | 0.83 | 0.03 | 0 | 0.56 | 181.96 | 0.71 | 0.25 |
| Hex | 13 | 6C | 6F | 53 | 3 | 0 | 38 | B6 | 47 | 19 |
| Octal | 23 | 154 | 157 | 123 | 3 | 0 | 70 | 266 | 107 | 31 |
| Binary | 10011 | 1101100 | 1101111 | 1010011 | 11 | 0 | 111000 | 10110110 | 1000111 | 11001 |
Color Harmonies of #136C6F
Complementary color
Monochromatic Colors of #136C6F
Black with #136C6F
Text Example
Text Example
White with #136C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C6F; }
p { color: rgb(19,108,111); }
H1.HeaderClassName
{
color: #136C6F;
}
.AnyTagClassName
{
color: #136C6F;
}
</style>
background-color css
<style>
a { background-color: #136C6F; }
a { background-color: rgb(19,108,111); }
div.DivClassName
{
background-color: #136C6F;
}
.BgClassName
{
background-color: #136C6F;
}
</style>
border-color css
<style>
span { border-color: #136C6F; }
span { border-color: rgb(19,108,111); }
td.TdClassName
{
border-color: #136C6F;
}
.TagClassName
{
border-color: #136C6F;
}
</style>