Shades of Blue Stone #136E6B
Tints of Blue Stone #136E6B
RGB
CMYK
RGB Variations
Color information
#136E6B (or 0x136E6B) is known color: Blue Stone. HEX triplet: 13, 6E and 6B. RGB value is (19,110,107). Sum of RGB (Red+Green+Blue) = 19+110+107=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #136E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E6B is #EC9194. Grayscale: #525252. Windows color (decimal): -15503765 or 7040531. OLE color: 7040531.
HSL color Cylindrical-coordinate representation of color #136E6B: hue angle of 178.02º 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 #136E6B is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 107 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.57 |
| HSL | 178.02º | 0.71% | 0.25% | - |
| HSV(B) | 178.02º | 0.83% | 0.43% | - |
| XYZ | 8.5 | 12.35 | 15.85 | - |
| YUV | 82.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 107 | 0.83 | 0 | 0.03 | 0.57 | 178.02 | 0.71 | 0.25 |
| Hex | 13 | 6E | 6B | 53 | 0 | 3 | 39 | B2 | 47 | 19 |
| Octal | 23 | 156 | 153 | 123 | 0 | 3 | 71 | 262 | 107 | 31 |
| Binary | 10011 | 1101110 | 1101011 | 1010011 | 0 | 11 | 111001 | 10110010 | 1000111 | 11001 |
Color Harmonies of #136E6B
Complementary color
Monochromatic Colors of #136E6B
Black with #136E6B
Text Example
Text Example
White with #136E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E6B; }
p { color: rgb(19,110,107); }
H1.HeaderClassName
{
color: #136E6B;
}
.AnyTagClassName
{
color: #136E6B;
}
</style>
background-color css
<style>
a { background-color: #136E6B; }
a { background-color: rgb(19,110,107); }
div.DivClassName
{
background-color: #136E6B;
}
.BgClassName
{
background-color: #136E6B;
}
</style>
border-color css
<style>
span { border-color: #136E6B; }
span { border-color: rgb(19,110,107); }
td.TdClassName
{
border-color: #136E6B;
}
.TagClassName
{
border-color: #136E6B;
}
</style>