Shades of Blue Stone #135752
Tints of Blue Stone #135752
RGB
CMYK
RGB Variations
Color information
#135752 (or 0x135752) is known color: Blue Stone. HEX triplet: 13, 57 and 52. RGB value is (19,87,82). Sum of RGB (Red+Green+Blue) = 19+87+82=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #135752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135752 is #ECA8AD. Grayscale: #424242. Windows color (decimal): -15509678 or 5396243. OLE color: 5396243.
HSL color Cylindrical-coordinate representation of color #135752: hue angle of 175.59º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135752 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 87 | 82 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.66 |
| HSL | 175.59º | 0.64% | 0.21% | - |
| HSV(B) | 175.59º | 0.78% | 0.34% | - |
| XYZ | 5.2 | 7.56 | 9.17 | - |
| YUV | 66.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 82 | 0.78 | 0 | 0.06 | 0.66 | 175.59 | 0.64 | 0.21 |
| Hex | 13 | 57 | 52 | 4E | 0 | 6 | 42 | B0 | 40 | 15 |
| Octal | 23 | 127 | 122 | 116 | 0 | 6 | 102 | 260 | 100 | 25 |
| Binary | 10011 | 1010111 | 1010010 | 1001110 | 0 | 110 | 1000010 | 10110000 | 1000000 | 10101 |
Color Harmonies of #135752
Complementary color
Monochromatic Colors of #135752
Black with #135752
Text Example
Text Example
White with #135752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135752; }
p { color: rgb(19,87,82); }
H1.HeaderClassName
{
color: #135752;
}
.AnyTagClassName
{
color: #135752;
}
</style>
background-color css
<style>
a { background-color: #135752; }
a { background-color: rgb(19,87,82); }
div.DivClassName
{
background-color: #135752;
}
.BgClassName
{
background-color: #135752;
}
</style>
border-color css
<style>
span { border-color: #135752; }
span { border-color: rgb(19,87,82); }
td.TdClassName
{
border-color: #135752;
}
.TagClassName
{
border-color: #135752;
}
</style>