Shades of Blue Stone #13595C
Tints of Blue Stone #13595C
RGB
CMYK
RGB Variations
Color information
#13595C (or 0x13595C) is known color: Blue Stone. HEX triplet: 13, 59 and 5C. RGB value is (19,89,92). Sum of RGB (Red+Green+Blue) = 19+89+92=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #13595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13595C is #ECA6A3. Grayscale: #444444. Windows color (decimal): -15509156 or 6052115. OLE color: 6052115.
HSL color Cylindrical-coordinate representation of color #13595C: hue angle of 182.47º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13595C is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 89 | 92 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.64 |
| HSL | 182.47º | 0.66% | 0.22% | - |
| HSV(B) | 182.47º | 0.79% | 0.36% | - |
| XYZ | 5.77 | 8.06 | 11.38 | - |
| YUV | 68.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 92 | 0.79 | 0.03 | 0 | 0.64 | 182.47 | 0.66 | 0.22 |
| Hex | 13 | 59 | 5C | 4F | 3 | 0 | 40 | B6 | 42 | 16 |
| Octal | 23 | 131 | 134 | 117 | 3 | 0 | 100 | 266 | 102 | 26 |
| Binary | 10011 | 1011001 | 1011100 | 1001111 | 11 | 0 | 1000000 | 10110110 | 1000010 | 10110 |
Color Harmonies of #13595C
Complementary color
Monochromatic Colors of #13595C
Black with #13595C
Text Example
Text Example
White with #13595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13595C; }
p { color: rgb(19,89,92); }
H1.HeaderClassName
{
color: #13595C;
}
.AnyTagClassName
{
color: #13595C;
}
</style>
background-color css
<style>
a { background-color: #13595C; }
a { background-color: rgb(19,89,92); }
div.DivClassName
{
background-color: #13595C;
}
.BgClassName
{
background-color: #13595C;
}
</style>
border-color css
<style>
span { border-color: #13595C; }
span { border-color: rgb(19,89,92); }
td.TdClassName
{
border-color: #13595C;
}
.TagClassName
{
border-color: #13595C;
}
</style>