Shades of Blue Stone #135F55
Tints of Blue Stone #135F55
RGB
CMYK
RGB Variations
Color information
#135F55 (or 0x135F55) is known color: Blue Stone. HEX triplet: 13, 5F and 55. RGB value is (19,95,85). Sum of RGB (Red+Green+Blue) = 19+95+85=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #135F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F55 is #ECA0AA. Grayscale: #474747. Windows color (decimal): -15507627 or 5594899. OLE color: 5594899.
HSL color Cylindrical-coordinate representation of color #135F55: hue angle of 172.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F55 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 85 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.63 |
| HSL | 172.11º | 0.67% | 0.22% | - |
| HSV(B) | 172.11º | 0.8% | 0.37% | - |
| XYZ | 6 | 8.98 | 10.01 | - |
| YUV | 71.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 85 | 0.80 | 0 | 0.11 | 0.63 | 172.11 | 0.67 | 0.22 |
| Hex | 13 | 5F | 55 | 50 | 0 | B | 3F | AC | 43 | 16 |
| Octal | 23 | 137 | 125 | 120 | 0 | 13 | 77 | 254 | 103 | 26 |
| Binary | 10011 | 1011111 | 1010101 | 1010000 | 0 | 1011 | 111111 | 10101100 | 1000011 | 10110 |
Color Harmonies of #135F55
Complementary color
Monochromatic Colors of #135F55
Black with #135F55
Text Example
Text Example
White with #135F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F55; }
p { color: rgb(19,95,85); }
H1.HeaderClassName
{
color: #135F55;
}
.AnyTagClassName
{
color: #135F55;
}
</style>
background-color css
<style>
a { background-color: #135F55; }
a { background-color: rgb(19,95,85); }
div.DivClassName
{
background-color: #135F55;
}
.BgClassName
{
background-color: #135F55;
}
</style>
border-color css
<style>
span { border-color: #135F55; }
span { border-color: rgb(19,95,85); }
td.TdClassName
{
border-color: #135F55;
}
.TagClassName
{
border-color: #135F55;
}
</style>