Shades of Blue Stone #135D65
Tints of Blue Stone #135D65
RGB
CMYK
RGB Variations
Color information
#135D65 (or 0x135D65) is known color: Blue Stone. HEX triplet: 13, 5D and 65. RGB value is (19,93,101). Sum of RGB (Red+Green+Blue) = 19+93+101=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #135D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D65 is #ECA29A. Grayscale: #474747. Windows color (decimal): -15508123 or 6642963. OLE color: 6642963.
HSL color Cylindrical-coordinate representation of color #135D65: hue angle of 185.85º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135D65 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 93 | 101 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.60 |
| HSL | 185.85º | 0.68% | 0.24% | - |
| HSV(B) | 185.85º | 0.81% | 0.4% | - |
| XYZ | 6.53 | 8.91 | 13.69 | - |
| YUV | 71.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 101 | 0.81 | 0.08 | 0 | 0.60 | 185.85 | 0.68 | 0.24 |
| Hex | 13 | 5D | 65 | 51 | 8 | 0 | 3C | BA | 44 | 18 |
| Octal | 23 | 135 | 145 | 121 | 10 | 0 | 74 | 272 | 104 | 30 |
| Binary | 10011 | 1011101 | 1100101 | 1010001 | 1000 | 0 | 111100 | 10111010 | 1000100 | 11000 |
Color Harmonies of #135D65
Complementary color
Monochromatic Colors of #135D65
Black with #135D65
Text Example
Text Example
White with #135D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D65; }
p { color: rgb(19,93,101); }
H1.HeaderClassName
{
color: #135D65;
}
.AnyTagClassName
{
color: #135D65;
}
</style>
background-color css
<style>
a { background-color: #135D65; }
a { background-color: rgb(19,93,101); }
div.DivClassName
{
background-color: #135D65;
}
.BgClassName
{
background-color: #135D65;
}
</style>
border-color css
<style>
span { border-color: #135D65; }
span { border-color: rgb(19,93,101); }
td.TdClassName
{
border-color: #135D65;
}
.TagClassName
{
border-color: #135D65;
}
</style>