Shades of Blue Stone #136A6F
Tints of Blue Stone #136A6F
RGB
CMYK
RGB Variations
Color information
#136A6F (or 0x136A6F) is known color: Blue Stone. HEX triplet: 13, 6A and 6F. RGB value is (19,106,111). Sum of RGB (Red+Green+Blue) = 19+106+111=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #136A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A6F is #EC9590. Grayscale: #505050. Windows color (decimal): -15504785 or 7301651. OLE color: 7301651.
HSL color Cylindrical-coordinate representation of color #136A6F: hue angle of 183.26º 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 #136A6F is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 106 | 111 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.56 |
| HSL | 183.26º | 0.71% | 0.25% | - |
| HSV(B) | 183.26º | 0.83% | 0.44% | - |
| XYZ | 8.29 | 11.59 | 16.84 | - |
| YUV | 80.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 111 | 0.83 | 0.05 | 0 | 0.56 | 183.26 | 0.71 | 0.25 |
| Hex | 13 | 6A | 6F | 53 | 5 | 0 | 38 | B7 | 47 | 19 |
| Octal | 23 | 152 | 157 | 123 | 5 | 0 | 70 | 267 | 107 | 31 |
| Binary | 10011 | 1101010 | 1101111 | 1010011 | 101 | 0 | 111000 | 10110111 | 1000111 | 11001 |
Color Harmonies of #136A6F
Complementary color
Monochromatic Colors of #136A6F
Black with #136A6F
Text Example
Text Example
White with #136A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A6F; }
p { color: rgb(19,106,111); }
H1.HeaderClassName
{
color: #136A6F;
}
.AnyTagClassName
{
color: #136A6F;
}
</style>
background-color css
<style>
a { background-color: #136A6F; }
a { background-color: rgb(19,106,111); }
div.DivClassName
{
background-color: #136A6F;
}
.BgClassName
{
background-color: #136A6F;
}
</style>
border-color css
<style>
span { border-color: #136A6F; }
span { border-color: rgb(19,106,111); }
td.TdClassName
{
border-color: #136A6F;
}
.TagClassName
{
border-color: #136A6F;
}
</style>