Shades of Blue Stone #135652
Tints of Blue Stone #135652
RGB
CMYK
RGB Variations
Color information
#135652 (or 0x135652) is known color: Blue Stone. HEX triplet: 13, 56 and 52. RGB value is (19,86,82). Sum of RGB (Red+Green+Blue) = 19+86+82=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #135652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135652 is #ECA9AD. Grayscale: #414141. Windows color (decimal): -15509934 or 5395987. OLE color: 5395987.
HSL color Cylindrical-coordinate representation of color #135652: hue angle of 176.42º 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 #135652 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 82 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.66 |
| HSL | 176.42º | 0.64% | 0.21% | - |
| HSV(B) | 176.42º | 0.78% | 0.34% | - |
| XYZ | 5.12 | 7.4 | 9.14 | - |
| YUV | 65.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 82 | 0.78 | 0 | 0.05 | 0.66 | 176.42 | 0.64 | 0.21 |
| Hex | 13 | 56 | 52 | 4E | 0 | 5 | 42 | B0 | 40 | 15 |
| Octal | 23 | 126 | 122 | 116 | 0 | 5 | 102 | 260 | 100 | 25 |
| Binary | 10011 | 1010110 | 1010010 | 1001110 | 0 | 101 | 1000010 | 10110000 | 1000000 | 10101 |
Color Harmonies of #135652
Complementary color
Monochromatic Colors of #135652
Black with #135652
Text Example
Text Example
White with #135652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135652; }
p { color: rgb(19,86,82); }
H1.HeaderClassName
{
color: #135652;
}
.AnyTagClassName
{
color: #135652;
}
</style>
background-color css
<style>
a { background-color: #135652; }
a { background-color: rgb(19,86,82); }
div.DivClassName
{
background-color: #135652;
}
.BgClassName
{
background-color: #135652;
}
</style>
border-color css
<style>
span { border-color: #135652; }
span { border-color: rgb(19,86,82); }
td.TdClassName
{
border-color: #135652;
}
.TagClassName
{
border-color: #135652;
}
</style>