Shades of Blue Stone #13585D
Tints of Blue Stone #13585D
RGB
CMYK
RGB Variations
Color information
#13585D (or 0x13585D) is known color: Blue Stone. HEX triplet: 13, 58 and 5D. RGB value is (19,88,93). Sum of RGB (Red+Green+Blue) = 19+88+93=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #13585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13585D is #ECA7A2. Grayscale: #434343. Windows color (decimal): -15509411 or 6117395. OLE color: 6117395.
HSL color Cylindrical-coordinate representation of color #13585D: hue angle of 184.05º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13585D is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 88 | 93 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.64 |
| HSL | 184.05º | 0.66% | 0.22% | - |
| HSV(B) | 184.05º | 0.8% | 0.36% | - |
| XYZ | 5.73 | 7.91 | 11.58 | - |
| YUV | 67.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 93 | 0.80 | 0.05 | 0 | 0.64 | 184.05 | 0.66 | 0.22 |
| Hex | 13 | 58 | 5D | 50 | 5 | 0 | 40 | B8 | 42 | 16 |
| Octal | 23 | 130 | 135 | 120 | 5 | 0 | 100 | 270 | 102 | 26 |
| Binary | 10011 | 1011000 | 1011101 | 1010000 | 101 | 0 | 1000000 | 10111000 | 1000010 | 10110 |
Color Harmonies of #13585D
Complementary color
Monochromatic Colors of #13585D
Black with #13585D
Text Example
Text Example
White with #13585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13585D; }
p { color: rgb(19,88,93); }
H1.HeaderClassName
{
color: #13585D;
}
.AnyTagClassName
{
color: #13585D;
}
</style>
background-color css
<style>
a { background-color: #13585D; }
a { background-color: rgb(19,88,93); }
div.DivClassName
{
background-color: #13585D;
}
.BgClassName
{
background-color: #13585D;
}
</style>
border-color css
<style>
span { border-color: #13585D; }
span { border-color: rgb(19,88,93); }
td.TdClassName
{
border-color: #13585D;
}
.TagClassName
{
border-color: #13585D;
}
</style>