Shades of Blue Stone #136C6E
Tints of Blue Stone #136C6E
RGB
CMYK
RGB Variations
Color information
#136C6E (or 0x136C6E) is known color: Blue Stone. HEX triplet: 13, 6C and 6E. RGB value is (19,108,110). Sum of RGB (Red+Green+Blue) = 19+108+110=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #136C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C6E is #EC9391. Grayscale: #515151. Windows color (decimal): -15504274 or 7236627. OLE color: 7236627.
HSL color Cylindrical-coordinate representation of color #136C6E: hue angle of 181.32º degrees, saturation: 0.71, 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 #136C6E is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 108 | 110 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.57 |
| HSL | 181.32º | 0.71% | 0.25% | - |
| HSV(B) | 181.32º | 0.83% | 0.43% | - |
| XYZ | 8.45 | 11.99 | 16.62 | - |
| YUV | 81.62 | 144.01 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 110 | 0.83 | 0.02 | 0 | 0.57 | 181.32 | 0.71 | 0.25 |
| Hex | 13 | 6C | 6E | 53 | 2 | 0 | 39 | B5 | 47 | 19 |
| Octal | 23 | 154 | 156 | 123 | 2 | 0 | 71 | 265 | 107 | 31 |
| Binary | 10011 | 1101100 | 1101110 | 1010011 | 10 | 0 | 111001 | 10110101 | 1000111 | 11001 |
Color Harmonies of #136C6E
Complementary color
Monochromatic Colors of #136C6E
Black with #136C6E
Text Example
Text Example
White with #136C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C6E; }
p { color: rgb(19,108,110); }
H1.HeaderClassName
{
color: #136C6E;
}
.AnyTagClassName
{
color: #136C6E;
}
</style>
background-color css
<style>
a { background-color: #136C6E; }
a { background-color: rgb(19,108,110); }
div.DivClassName
{
background-color: #136C6E;
}
.BgClassName
{
background-color: #136C6E;
}
</style>
border-color css
<style>
span { border-color: #136C6E; }
span { border-color: rgb(19,108,110); }
td.TdClassName
{
border-color: #136C6E;
}
.TagClassName
{
border-color: #136C6E;
}
</style>