Shades of Blue Stone #135B61
Tints of Blue Stone #135B61
RGB
CMYK
RGB Variations
Color information
#135B61 (or 0x135B61) is known color: Blue Stone. HEX triplet: 13, 5B and 61. RGB value is (19,91,97). Sum of RGB (Red+Green+Blue) = 19+91+97=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #135B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B61 is #ECA49E. Grayscale: #464646. Windows color (decimal): -15508639 or 6380307. OLE color: 6380307.
HSL color Cylindrical-coordinate representation of color #135B61: hue angle of 184.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135B61 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 91 | 97 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.62 |
| HSL | 184.62º | 0.67% | 0.23% | - |
| HSV(B) | 184.62º | 0.8% | 0.38% | - |
| XYZ | 6.17 | 8.48 | 12.62 | - |
| YUV | 70.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 97 | 0.80 | 0.06 | 0 | 0.62 | 184.62 | 0.67 | 0.23 |
| Hex | 13 | 5B | 61 | 50 | 6 | 0 | 3E | B9 | 43 | 17 |
| Octal | 23 | 133 | 141 | 120 | 6 | 0 | 76 | 271 | 103 | 27 |
| Binary | 10011 | 1011011 | 1100001 | 1010000 | 110 | 0 | 111110 | 10111001 | 1000011 | 10111 |
Color Harmonies of #135B61
Complementary color
Monochromatic Colors of #135B61
Black with #135B61
Text Example
Text Example
White with #135B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B61; }
p { color: rgb(19,91,97); }
H1.HeaderClassName
{
color: #135B61;
}
.AnyTagClassName
{
color: #135B61;
}
</style>
background-color css
<style>
a { background-color: #135B61; }
a { background-color: rgb(19,91,97); }
div.DivClassName
{
background-color: #135B61;
}
.BgClassName
{
background-color: #135B61;
}
</style>
border-color css
<style>
span { border-color: #135B61; }
span { border-color: rgb(19,91,97); }
td.TdClassName
{
border-color: #135B61;
}
.TagClassName
{
border-color: #135B61;
}
</style>