Shades of Blue Stone #13635E
Tints of Blue Stone #13635E
RGB
CMYK
RGB Variations
Color information
#13635E (or 0x13635E) is known color: Blue Stone. HEX triplet: 13, 63 and 5E. RGB value is (19,99,94). Sum of RGB (Red+Green+Blue) = 19+99+94=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #13635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13635E is #EC9CA1. Grayscale: #4A4A4A. Windows color (decimal): -15506594 or 6185747. OLE color: 6185747.
HSL color Cylindrical-coordinate representation of color #13635E: hue angle of 176.25º 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 #13635E is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 99 | 94 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.61 |
| HSL | 176.25º | 0.68% | 0.23% | - |
| HSV(B) | 176.25º | 0.81% | 0.39% | - |
| XYZ | 6.75 | 9.87 | 12.14 | - |
| YUV | 74.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 94 | 0.81 | 0 | 0.05 | 0.61 | 176.25 | 0.68 | 0.23 |
| Hex | 13 | 63 | 5E | 51 | 0 | 5 | 3D | B0 | 44 | 17 |
| Octal | 23 | 143 | 136 | 121 | 0 | 5 | 75 | 260 | 104 | 27 |
| Binary | 10011 | 1100011 | 1011110 | 1010001 | 0 | 101 | 111101 | 10110000 | 1000100 | 10111 |
Color Harmonies of #13635E
Complementary color
Monochromatic Colors of #13635E
Black with #13635E
Text Example
Text Example
White with #13635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13635E; }
p { color: rgb(19,99,94); }
H1.HeaderClassName
{
color: #13635E;
}
.AnyTagClassName
{
color: #13635E;
}
</style>
background-color css
<style>
a { background-color: #13635E; }
a { background-color: rgb(19,99,94); }
div.DivClassName
{
background-color: #13635E;
}
.BgClassName
{
background-color: #13635E;
}
</style>
border-color css
<style>
span { border-color: #13635E; }
span { border-color: rgb(19,99,94); }
td.TdClassName
{
border-color: #13635E;
}
.TagClassName
{
border-color: #13635E;
}
</style>