Shades of Blue Stone #136E6E
Tints of Blue Stone #136E6E
RGB
CMYK
RGB Variations
Color information
#136E6E (or 0x136E6E) is known color: Blue Stone. HEX triplet: 13, 6E and 6E. RGB value is (19,110,110). Sum of RGB (Red+Green+Blue) = 19+110+110=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #136E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E6E is #EC9191. Grayscale: #525252. Windows color (decimal): -15503762 or 7237139. OLE color: 7237139.
HSL color Cylindrical-coordinate representation of color #136E6E: hue angle of 180º 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 #136E6E is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 110 | - |
| CMYK | 0.83 | 0 | 0 | 0.57 |
| HSL | 180º | 0.71% | 0.25% | - |
| HSV(B) | 180º | 0.83% | 0.43% | - |
| XYZ | 8.66 | 12.42 | 16.69 | - |
| YUV | 82.79 | 143.35 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 110 | 0.83 | 0 | 0 | 0.57 | 180 | 0.71 | 0.25 |
| Hex | 13 | 6E | 6E | 53 | 0 | 0 | 39 | B4 | 47 | 19 |
| Octal | 23 | 156 | 156 | 123 | 0 | 0 | 71 | 264 | 107 | 31 |
| Binary | 10011 | 1101110 | 1101110 | 1010011 | 0 | 0 | 111001 | 10110100 | 1000111 | 11001 |
Color Harmonies of #136E6E
Complementary color
Monochromatic Colors of #136E6E
Black with #136E6E
Text Example
Text Example
White with #136E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E6E; }
p { color: rgb(19,110,110); }
H1.HeaderClassName
{
color: #136E6E;
}
.AnyTagClassName
{
color: #136E6E;
}
</style>
background-color css
<style>
a { background-color: #136E6E; }
a { background-color: rgb(19,110,110); }
div.DivClassName
{
background-color: #136E6E;
}
.BgClassName
{
background-color: #136E6E;
}
</style>
border-color css
<style>
span { border-color: #136E6E; }
span { border-color: rgb(19,110,110); }
td.TdClassName
{
border-color: #136E6E;
}
.TagClassName
{
border-color: #136E6E;
}
</style>