Shades of Blue Stone #136666
Tints of Blue Stone #136666
RGB
CMYK
RGB Variations
Color information
#136666 (or 0x136666) is known color: Blue Stone. HEX triplet: 13, 66 and 66. RGB value is (19,102,102). Sum of RGB (Red+Green+Blue) = 19+102+102=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #136666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136666 is #EC9999. Grayscale: #4D4D4D. Windows color (decimal): -15505818 or 6710803. OLE color: 6710803.
HSL color Cylindrical-coordinate representation of color #136666: hue angle of 180º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136666 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 102 | - |
| CMYK | 0.81 | 0 | 0 | 0.6 |
| HSL | 180º | 0.69% | 0.24% | - |
| HSV(B) | 180º | 0.81% | 0.4% | - |
| XYZ | 7.42 | 10.6 | 14.23 | - |
| YUV | 77.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 102 | 0.81 | 0 | 0 | 0.6 | 180 | 0.69 | 0.24 |
| Hex | 13 | 66 | 66 | 51 | 0 | 0 | 3C | B4 | 45 | 18 |
| Octal | 23 | 146 | 146 | 121 | 0 | 0 | 74 | 264 | 105 | 30 |
| Binary | 10011 | 1100110 | 1100110 | 1010001 | 0 | 0 | 111100 | 10110100 | 1000101 | 11000 |
Color Harmonies of #136666
Complementary color
Monochromatic Colors of #136666
Black with #136666
Text Example
Text Example
White with #136666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136666; }
p { color: rgb(19,102,102); }
H1.HeaderClassName
{
color: #136666;
}
.AnyTagClassName
{
color: #136666;
}
</style>
background-color css
<style>
a { background-color: #136666; }
a { background-color: rgb(19,102,102); }
div.DivClassName
{
background-color: #136666;
}
.BgClassName
{
background-color: #136666;
}
</style>
border-color css
<style>
span { border-color: #136666; }
span { border-color: rgb(19,102,102); }
td.TdClassName
{
border-color: #136666;
}
.TagClassName
{
border-color: #136666;
}
</style>