Shades of Blue Stone #135A50
Tints of Blue Stone #135A50
RGB
CMYK
RGB Variations
Color information
#135A50 (or 0x135A50) is known color: Blue Stone. HEX triplet: 13, 5A and 50. RGB value is (19,90,80). Sum of RGB (Red+Green+Blue) = 19+90+80=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #135A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A50 is #ECA5AF. Grayscale: #434343. Windows color (decimal): -15508912 or 5265939. OLE color: 5265939.
HSL color Cylindrical-coordinate representation of color #135A50: hue angle of 171.55º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A50 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 80 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.65 |
| HSL | 171.55º | 0.65% | 0.21% | - |
| HSV(B) | 171.55º | 0.79% | 0.35% | - |
| XYZ | 5.37 | 8.03 | 8.86 | - |
| YUV | 67.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 80 | 0.79 | 0 | 0.11 | 0.65 | 171.55 | 0.65 | 0.21 |
| Hex | 13 | 5A | 50 | 4F | 0 | B | 41 | AC | 41 | 15 |
| Octal | 23 | 132 | 120 | 117 | 0 | 13 | 101 | 254 | 101 | 25 |
| Binary | 10011 | 1011010 | 1010000 | 1001111 | 0 | 1011 | 1000001 | 10101100 | 1000001 | 10101 |
Color Harmonies of #135A50
Complementary color
Monochromatic Colors of #135A50
Black with #135A50
Text Example
Text Example
White with #135A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A50; }
p { color: rgb(19,90,80); }
H1.HeaderClassName
{
color: #135A50;
}
.AnyTagClassName
{
color: #135A50;
}
</style>
background-color css
<style>
a { background-color: #135A50; }
a { background-color: rgb(19,90,80); }
div.DivClassName
{
background-color: #135A50;
}
.BgClassName
{
background-color: #135A50;
}
</style>
border-color css
<style>
span { border-color: #135A50; }
span { border-color: rgb(19,90,80); }
td.TdClassName
{
border-color: #135A50;
}
.TagClassName
{
border-color: #135A50;
}
</style>