Shades of Blue Stone #136562
Tints of Blue Stone #136562
RGB
CMYK
RGB Variations
Color information
#136562 (or 0x136562) is known color: Blue Stone. HEX triplet: 13, 65 and 62. RGB value is (19,101,98). Sum of RGB (Red+Green+Blue) = 19+101+98=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #136562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136562 is #EC9A9D. Grayscale: #4C4C4C. Windows color (decimal): -15506078 or 6448403. OLE color: 6448403.
HSL color Cylindrical-coordinate representation of color #136562: hue angle of 177.8º degrees, saturation: 0.68, 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 #136562 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 98 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.60 |
| HSL | 177.8º | 0.68% | 0.24% | - |
| HSV(B) | 177.8º | 0.81% | 0.4% | - |
| XYZ | 7.13 | 10.33 | 13.17 | - |
| YUV | 76.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 98 | 0.81 | 0 | 0.03 | 0.60 | 177.8 | 0.68 | 0.24 |
| Hex | 13 | 65 | 62 | 51 | 0 | 3 | 3C | B2 | 44 | 18 |
| Octal | 23 | 145 | 142 | 121 | 0 | 3 | 74 | 262 | 104 | 30 |
| Binary | 10011 | 1100101 | 1100010 | 1010001 | 0 | 11 | 111100 | 10110010 | 1000100 | 11000 |
Color Harmonies of #136562
Complementary color
Monochromatic Colors of #136562
Black with #136562
Text Example
Text Example
White with #136562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136562; }
p { color: rgb(19,101,98); }
H1.HeaderClassName
{
color: #136562;
}
.AnyTagClassName
{
color: #136562;
}
</style>
background-color css
<style>
a { background-color: #136562; }
a { background-color: rgb(19,101,98); }
div.DivClassName
{
background-color: #136562;
}
.BgClassName
{
background-color: #136562;
}
</style>
border-color css
<style>
span { border-color: #136562; }
span { border-color: rgb(19,101,98); }
td.TdClassName
{
border-color: #136562;
}
.TagClassName
{
border-color: #136562;
}
</style>