Shades of Blue Stone #135A5B
Tints of Blue Stone #135A5B
RGB
CMYK
RGB Variations
Color information
#135A5B (or 0x135A5B) is known color: Blue Stone. HEX triplet: 13, 5A and 5B. RGB value is (19,90,91). Sum of RGB (Red+Green+Blue) = 19+90+91=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #135A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A5B is #ECA5A4. Grayscale: #444444. Windows color (decimal): -15508901 or 5986835. OLE color: 5986835.
HSL color Cylindrical-coordinate representation of color #135A5B: hue angle of 180.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A5B is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 90 | 91 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.64 |
| HSL | 180.83º | 0.65% | 0.22% | - |
| HSV(B) | 180.83º | 0.79% | 0.36% | - |
| XYZ | 5.81 | 8.21 | 11.18 | - |
| YUV | 68.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 91 | 0.79 | 0.01 | 0 | 0.64 | 180.83 | 0.65 | 0.22 |
| Hex | 13 | 5A | 5B | 4F | 1 | 0 | 40 | B5 | 41 | 16 |
| Octal | 23 | 132 | 133 | 117 | 1 | 0 | 100 | 265 | 101 | 26 |
| Binary | 10011 | 1011010 | 1011011 | 1001111 | 1 | 0 | 1000000 | 10110101 | 1000001 | 10110 |
Color Harmonies of #135A5B
Complementary color
Monochromatic Colors of #135A5B
Black with #135A5B
Text Example
Text Example
White with #135A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A5B; }
p { color: rgb(19,90,91); }
H1.HeaderClassName
{
color: #135A5B;
}
.AnyTagClassName
{
color: #135A5B;
}
</style>
background-color css
<style>
a { background-color: #135A5B; }
a { background-color: rgb(19,90,91); }
div.DivClassName
{
background-color: #135A5B;
}
.BgClassName
{
background-color: #135A5B;
}
</style>
border-color css
<style>
span { border-color: #135A5B; }
span { border-color: rgb(19,90,91); }
td.TdClassName
{
border-color: #135A5B;
}
.TagClassName
{
border-color: #135A5B;
}
</style>