Shades of Blue Stone #136357
Tints of Blue Stone #136357
RGB
CMYK
RGB Variations
Color information
#136357 (or 0x136357) is known color: Blue Stone. HEX triplet: 13, 63 and 57. RGB value is (19,99,87). Sum of RGB (Red+Green+Blue) = 19+99+87=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #136357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136357 is #EC9CA8. Grayscale: #494949. Windows color (decimal): -15506601 or 5726995. OLE color: 5726995.
HSL color Cylindrical-coordinate representation of color #136357: hue angle of 171º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136357 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 99 | 87 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.61 |
| HSL | 171º | 0.68% | 0.23% | - |
| HSV(B) | 171º | 0.81% | 0.39% | - |
| XYZ | 6.45 | 9.75 | 10.56 | - |
| YUV | 73.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 87 | 0.81 | 0 | 0.12 | 0.61 | 171 | 0.68 | 0.23 |
| Hex | 13 | 63 | 57 | 51 | 0 | C | 3D | AB | 44 | 17 |
| Octal | 23 | 143 | 127 | 121 | 0 | 14 | 75 | 253 | 104 | 27 |
| Binary | 10011 | 1100011 | 1010111 | 1010001 | 0 | 1100 | 111101 | 10101011 | 1000100 | 10111 |
Color Harmonies of #136357
Complementary color
Monochromatic Colors of #136357
Black with #136357
Text Example
Text Example
White with #136357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136357; }
p { color: rgb(19,99,87); }
H1.HeaderClassName
{
color: #136357;
}
.AnyTagClassName
{
color: #136357;
}
</style>
background-color css
<style>
a { background-color: #136357; }
a { background-color: rgb(19,99,87); }
div.DivClassName
{
background-color: #136357;
}
.BgClassName
{
background-color: #136357;
}
</style>
border-color css
<style>
span { border-color: #136357; }
span { border-color: rgb(19,99,87); }
td.TdClassName
{
border-color: #136357;
}
.TagClassName
{
border-color: #136357;
}
</style>