Shades of Blue Stone #13686C
Tints of Blue Stone #13686C
RGB
CMYK
RGB Variations
Color information
#13686C (or 0x13686C) is known color: Blue Stone. HEX triplet: 13, 68 and 6C. RGB value is (19,104,108). Sum of RGB (Red+Green+Blue) = 19+104+108=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #13686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13686C is #EC9793. Grayscale: #4E4E4E. Windows color (decimal): -15505300 or 7104531. OLE color: 7104531.
HSL color Cylindrical-coordinate representation of color #13686C: hue angle of 182.7º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13686C is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 104 | 108 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.58 |
| HSL | 182.7º | 0.7% | 0.25% | - |
| HSV(B) | 182.7º | 0.82% | 0.42% | - |
| XYZ | 7.93 | 11.12 | 15.92 | - |
| YUV | 79.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 108 | 0.82 | 0.04 | 0 | 0.58 | 182.7 | 0.7 | 0.25 |
| Hex | 13 | 68 | 6C | 52 | 4 | 0 | 3A | B7 | 46 | 19 |
| Octal | 23 | 150 | 154 | 122 | 4 | 0 | 72 | 267 | 106 | 31 |
| Binary | 10011 | 1101000 | 1101100 | 1010010 | 100 | 0 | 111010 | 10110111 | 1000110 | 11001 |
Color Harmonies of #13686C
Complementary color
Monochromatic Colors of #13686C
Black with #13686C
Text Example
Text Example
White with #13686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13686C; }
p { color: rgb(19,104,108); }
H1.HeaderClassName
{
color: #13686C;
}
.AnyTagClassName
{
color: #13686C;
}
</style>
background-color css
<style>
a { background-color: #13686C; }
a { background-color: rgb(19,104,108); }
div.DivClassName
{
background-color: #13686C;
}
.BgClassName
{
background-color: #13686C;
}
</style>
border-color css
<style>
span { border-color: #13686C; }
span { border-color: rgb(19,104,108); }
td.TdClassName
{
border-color: #13686C;
}
.TagClassName
{
border-color: #13686C;
}
</style>