Shades of Blue Stone #13706C
Tints of Blue Stone #13706C
RGB
CMYK
RGB Variations
Color information
#13706C (or 0x13706C) is known color: Blue Stone. HEX triplet: 13, 70 and 6C. RGB value is (19,112,108). Sum of RGB (Red+Green+Blue) = 19+112+108=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #13706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13706C is #EC8F93. Grayscale: #535353. Windows color (decimal): -15503252 or 7106579. OLE color: 7106579.
HSL color Cylindrical-coordinate representation of color #13706C: hue angle of 177.42º 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 #13706C is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 108 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.56 |
| HSL | 177.42º | 0.71% | 0.26% | - |
| HSV(B) | 177.42º | 0.83% | 0.44% | - |
| XYZ | 8.77 | 12.81 | 16.2 | - |
| YUV | 83.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 108 | 0.83 | 0 | 0.04 | 0.56 | 177.42 | 0.71 | 0.26 |
| Hex | 13 | 70 | 6C | 53 | 0 | 4 | 38 | B1 | 47 | 1A |
| Octal | 23 | 160 | 154 | 123 | 0 | 4 | 70 | 261 | 107 | 32 |
| Binary | 10011 | 1110000 | 1101100 | 1010011 | 0 | 100 | 111000 | 10110001 | 1000111 | 11010 |
Color Harmonies of #13706C
Complementary color
Monochromatic Colors of #13706C
Black with #13706C
Text Example
Text Example
White with #13706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13706C; }
p { color: rgb(19,112,108); }
H1.HeaderClassName
{
color: #13706C;
}
.AnyTagClassName
{
color: #13706C;
}
</style>
background-color css
<style>
a { background-color: #13706C; }
a { background-color: rgb(19,112,108); }
div.DivClassName
{
background-color: #13706C;
}
.BgClassName
{
background-color: #13706C;
}
</style>
border-color css
<style>
span { border-color: #13706C; }
span { border-color: rgb(19,112,108); }
td.TdClassName
{
border-color: #13706C;
}
.TagClassName
{
border-color: #13706C;
}
</style>