Shades of Blue Stone #135A61
Tints of Blue Stone #135A61
RGB
CMYK
RGB Variations
Color information
#135A61 (or 0x135A61) is known color: Blue Stone. HEX triplet: 13, 5A and 61. RGB value is (19,90,97). Sum of RGB (Red+Green+Blue) = 19+90+97=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #135A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A61 is #ECA59E. Grayscale: #454545. Windows color (decimal): -15508895 or 6380051. OLE color: 6380051.
HSL color Cylindrical-coordinate representation of color #135A61: hue angle of 185.38º 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 #135A61 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 90 | 97 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.62 |
| HSL | 185.38º | 0.67% | 0.23% | - |
| HSV(B) | 185.38º | 0.8% | 0.38% | - |
| XYZ | 6.08 | 8.31 | 12.59 | - |
| YUV | 69.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 97 | 0.80 | 0.07 | 0 | 0.62 | 185.38 | 0.67 | 0.23 |
| Hex | 13 | 5A | 61 | 50 | 7 | 0 | 3E | B9 | 43 | 17 |
| Octal | 23 | 132 | 141 | 120 | 7 | 0 | 76 | 271 | 103 | 27 |
| Binary | 10011 | 1011010 | 1100001 | 1010000 | 111 | 0 | 111110 | 10111001 | 1000011 | 10111 |
Color Harmonies of #135A61
Complementary color
Monochromatic Colors of #135A61
Black with #135A61
Text Example
Text Example
White with #135A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A61; }
p { color: rgb(19,90,97); }
H1.HeaderClassName
{
color: #135A61;
}
.AnyTagClassName
{
color: #135A61;
}
</style>
background-color css
<style>
a { background-color: #135A61; }
a { background-color: rgb(19,90,97); }
div.DivClassName
{
background-color: #135A61;
}
.BgClassName
{
background-color: #135A61;
}
</style>
border-color css
<style>
span { border-color: #135A61; }
span { border-color: rgb(19,90,97); }
td.TdClassName
{
border-color: #135A61;
}
.TagClassName
{
border-color: #135A61;
}
</style>