Shades of Blue Stone #136563
Tints of Blue Stone #136563
RGB
CMYK
RGB Variations
Color information
#136563 (or 0x136563) is known color: Blue Stone. HEX triplet: 13, 65 and 63. RGB value is (19,101,99). Sum of RGB (Red+Green+Blue) = 19+101+99=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #136563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136563 is #EC9A9C. Grayscale: #4C4C4C. Windows color (decimal): -15506077 or 6513939. OLE color: 6513939.
HSL color Cylindrical-coordinate representation of color #136563: hue angle of 178.54º 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 #136563 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 99 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.60 |
| HSL | 178.54º | 0.68% | 0.24% | - |
| HSV(B) | 178.54º | 0.81% | 0.4% | - |
| XYZ | 7.17 | 10.35 | 13.42 | - |
| YUV | 76.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 99 | 0.81 | 0 | 0.02 | 0.60 | 178.54 | 0.68 | 0.24 |
| Hex | 13 | 65 | 63 | 51 | 0 | 2 | 3C | B3 | 44 | 18 |
| Octal | 23 | 145 | 143 | 121 | 0 | 2 | 74 | 263 | 104 | 30 |
| Binary | 10011 | 1100101 | 1100011 | 1010001 | 0 | 10 | 111100 | 10110011 | 1000100 | 11000 |
Color Harmonies of #136563
Complementary color
Monochromatic Colors of #136563
Black with #136563
Text Example
Text Example
White with #136563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136563; }
p { color: rgb(19,101,99); }
H1.HeaderClassName
{
color: #136563;
}
.AnyTagClassName
{
color: #136563;
}
</style>
background-color css
<style>
a { background-color: #136563; }
a { background-color: rgb(19,101,99); }
div.DivClassName
{
background-color: #136563;
}
.BgClassName
{
background-color: #136563;
}
</style>
border-color css
<style>
span { border-color: #136563; }
span { border-color: rgb(19,101,99); }
td.TdClassName
{
border-color: #136563;
}
.TagClassName
{
border-color: #136563;
}
</style>