Shades of Blue Stone #135952
Tints of Blue Stone #135952
RGB
CMYK
RGB Variations
Color information
#135952 (or 0x135952) is known color: Blue Stone. HEX triplet: 13, 59 and 52. RGB value is (19,89,82). Sum of RGB (Red+Green+Blue) = 19+89+82=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #135952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135952 is #ECA6AD. Grayscale: #434343. Windows color (decimal): -15509166 or 5396755. OLE color: 5396755.
HSL color Cylindrical-coordinate representation of color #135952: hue angle of 174º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135952 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 82 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.65 |
| HSL | 174º | 0.65% | 0.21% | - |
| HSV(B) | 174º | 0.79% | 0.35% | - |
| XYZ | 5.36 | 7.89 | 9.22 | - |
| YUV | 67.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 82 | 0.79 | 0 | 0.08 | 0.65 | 174 | 0.65 | 0.21 |
| Hex | 13 | 59 | 52 | 4F | 0 | 8 | 41 | AE | 41 | 15 |
| Octal | 23 | 131 | 122 | 117 | 0 | 10 | 101 | 256 | 101 | 25 |
| Binary | 10011 | 1011001 | 1010010 | 1001111 | 0 | 1000 | 1000001 | 10101110 | 1000001 | 10101 |
Color Harmonies of #135952
Complementary color
Monochromatic Colors of #135952
Black with #135952
Text Example
Text Example
White with #135952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135952; }
p { color: rgb(19,89,82); }
H1.HeaderClassName
{
color: #135952;
}
.AnyTagClassName
{
color: #135952;
}
</style>
background-color css
<style>
a { background-color: #135952; }
a { background-color: rgb(19,89,82); }
div.DivClassName
{
background-color: #135952;
}
.BgClassName
{
background-color: #135952;
}
</style>
border-color css
<style>
span { border-color: #135952; }
span { border-color: rgb(19,89,82); }
td.TdClassName
{
border-color: #135952;
}
.TagClassName
{
border-color: #135952;
}
</style>