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