Shades of Blue Stone #13645D
Tints of Blue Stone #13645D
RGB
CMYK
RGB Variations
Color information
#13645D (or 0x13645D) is known color: Blue Stone. HEX triplet: 13, 64 and 5D. RGB value is (19,100,93). Sum of RGB (Red+Green+Blue) = 19+100+93=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #13645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13645D is #EC9BA2. Grayscale: #4A4A4A. Windows color (decimal): -15506339 or 6120467. OLE color: 6120467.
HSL color Cylindrical-coordinate representation of color #13645D: hue angle of 174.81º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13645D is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 100 | 93 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.61 |
| HSL | 174.81º | 0.68% | 0.23% | - |
| HSV(B) | 174.81º | 0.81% | 0.39% | - |
| XYZ | 6.8 | 10.04 | 11.94 | - |
| YUV | 74.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 93 | 0.81 | 0 | 0.07 | 0.61 | 174.81 | 0.68 | 0.23 |
| Hex | 13 | 64 | 5D | 51 | 0 | 7 | 3D | AF | 44 | 17 |
| Octal | 23 | 144 | 135 | 121 | 0 | 7 | 75 | 257 | 104 | 27 |
| Binary | 10011 | 1100100 | 1011101 | 1010001 | 0 | 111 | 111101 | 10101111 | 1000100 | 10111 |
Color Harmonies of #13645D
Complementary color
Monochromatic Colors of #13645D
Black with #13645D
Text Example
Text Example
White with #13645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13645D; }
p { color: rgb(19,100,93); }
H1.HeaderClassName
{
color: #13645D;
}
.AnyTagClassName
{
color: #13645D;
}
</style>
background-color css
<style>
a { background-color: #13645D; }
a { background-color: rgb(19,100,93); }
div.DivClassName
{
background-color: #13645D;
}
.BgClassName
{
background-color: #13645D;
}
</style>
border-color css
<style>
span { border-color: #13645D; }
span { border-color: rgb(19,100,93); }
td.TdClassName
{
border-color: #13645D;
}
.TagClassName
{
border-color: #13645D;
}
</style>