Shades of Blue Stone #13716F
Tints of Blue Stone #13716F
RGB
CMYK
RGB Variations
Color information
#13716F (or 0x13716F) is known color: Blue Stone. HEX triplet: 13, 71 and 6F. RGB value is (19,113,111). Sum of RGB (Red+Green+Blue) = 19+113+111=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #13716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13716F is #EC8E90. Grayscale: #545454. Windows color (decimal): -15502993 or 7303443. OLE color: 7303443.
HSL color Cylindrical-coordinate representation of color #13716F: hue angle of 178.72º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13716F is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 111 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.56 |
| HSL | 178.72º | 0.71% | 0.26% | - |
| HSV(B) | 178.72º | 0.83% | 0.44% | - |
| XYZ | 9.04 | 13.1 | 17.09 | - |
| YUV | 84.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 111 | 0.83 | 0 | 0.02 | 0.56 | 178.72 | 0.71 | 0.26 |
| Hex | 13 | 71 | 6F | 53 | 0 | 2 | 38 | B3 | 47 | 1A |
| Octal | 23 | 161 | 157 | 123 | 0 | 2 | 70 | 263 | 107 | 32 |
| Binary | 10011 | 1110001 | 1101111 | 1010011 | 0 | 10 | 111000 | 10110011 | 1000111 | 11010 |
Color Harmonies of #13716F
Complementary color
Monochromatic Colors of #13716F
Black with #13716F
Text Example
Text Example
White with #13716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13716F; }
p { color: rgb(19,113,111); }
H1.HeaderClassName
{
color: #13716F;
}
.AnyTagClassName
{
color: #13716F;
}
</style>
background-color css
<style>
a { background-color: #13716F; }
a { background-color: rgb(19,113,111); }
div.DivClassName
{
background-color: #13716F;
}
.BgClassName
{
background-color: #13716F;
}
</style>
border-color css
<style>
span { border-color: #13716F; }
span { border-color: rgb(19,113,111); }
td.TdClassName
{
border-color: #13716F;
}
.TagClassName
{
border-color: #13716F;
}
</style>