Shades of Blue Stone #135A63
Tints of Blue Stone #135A63
RGB
CMYK
RGB Variations
Color information
#135A63 (or 0x135A63) is known color: Blue Stone. HEX triplet: 13, 5A and 63. RGB value is (19,90,99). Sum of RGB (Red+Green+Blue) = 19+90+99=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #135A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A63 is #ECA59C. Grayscale: #454545. Windows color (decimal): -15508893 or 6511123. OLE color: 6511123.
HSL color Cylindrical-coordinate representation of color #135A63: hue angle of 186.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135A63 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 90 | 99 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.61 |
| HSL | 186.75º | 0.68% | 0.23% | - |
| HSV(B) | 186.75º | 0.81% | 0.39% | - |
| XYZ | 6.18 | 8.35 | 13.09 | - |
| YUV | 69.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 99 | 0.81 | 0.09 | 0 | 0.61 | 186.75 | 0.68 | 0.23 |
| Hex | 13 | 5A | 63 | 51 | 9 | 0 | 3D | BB | 44 | 17 |
| Octal | 23 | 132 | 143 | 121 | 11 | 0 | 75 | 273 | 104 | 27 |
| Binary | 10011 | 1011010 | 1100011 | 1010001 | 1001 | 0 | 111101 | 10111011 | 1000100 | 10111 |
Color Harmonies of #135A63
Complementary color
Monochromatic Colors of #135A63
Black with #135A63
Text Example
Text Example
White with #135A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A63; }
p { color: rgb(19,90,99); }
H1.HeaderClassName
{
color: #135A63;
}
.AnyTagClassName
{
color: #135A63;
}
</style>
background-color css
<style>
a { background-color: #135A63; }
a { background-color: rgb(19,90,99); }
div.DivClassName
{
background-color: #135A63;
}
.BgClassName
{
background-color: #135A63;
}
</style>
border-color css
<style>
span { border-color: #135A63; }
span { border-color: rgb(19,90,99); }
td.TdClassName
{
border-color: #135A63;
}
.TagClassName
{
border-color: #135A63;
}
</style>