Shades of Blue Stone #136266
Tints of Blue Stone #136266
RGB
CMYK
RGB Variations
Color information
#136266 (or 0x136266) is known color: Blue Stone. HEX triplet: 13, 62 and 66. RGB value is (19,98,102). Sum of RGB (Red+Green+Blue) = 19+98+102=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #136266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136266 is #EC9D99. Grayscale: #4A4A4A. Windows color (decimal): -15506842 or 6709779. OLE color: 6709779.
HSL color Cylindrical-coordinate representation of color #136266: hue angle of 182.89º 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 #136266 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 98 | 102 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.6 |
| HSL | 182.89º | 0.69% | 0.24% | - |
| HSV(B) | 182.89º | 0.81% | 0.4% | - |
| XYZ | 7.03 | 9.83 | 14.1 | - |
| YUV | 74.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 102 | 0.81 | 0.04 | 0 | 0.6 | 182.89 | 0.69 | 0.24 |
| Hex | 13 | 62 | 66 | 51 | 4 | 0 | 3C | B7 | 45 | 18 |
| Octal | 23 | 142 | 146 | 121 | 4 | 0 | 74 | 267 | 105 | 30 |
| Binary | 10011 | 1100010 | 1100110 | 1010001 | 100 | 0 | 111100 | 10110111 | 1000101 | 11000 |
Color Harmonies of #136266
Complementary color
Monochromatic Colors of #136266
Black with #136266
Text Example
Text Example
White with #136266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136266; }
p { color: rgb(19,98,102); }
H1.HeaderClassName
{
color: #136266;
}
.AnyTagClassName
{
color: #136266;
}
</style>
background-color css
<style>
a { background-color: #136266; }
a { background-color: rgb(19,98,102); }
div.DivClassName
{
background-color: #136266;
}
.BgClassName
{
background-color: #136266;
}
</style>
border-color css
<style>
span { border-color: #136266; }
span { border-color: rgb(19,98,102); }
td.TdClassName
{
border-color: #136266;
}
.TagClassName
{
border-color: #136266;
}
</style>