Shades of Blue Stone #135B5E
Tints of Blue Stone #135B5E
RGB
CMYK
RGB Variations
Color information
#135B5E (or 0x135B5E) is known color: Blue Stone. HEX triplet: 13, 5B and 5E. RGB value is (19,91,94). Sum of RGB (Red+Green+Blue) = 19+91+94=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #135B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B5E is #ECA4A1. Grayscale: #454545. Windows color (decimal): -15508642 or 6183699. OLE color: 6183699.
HSL color Cylindrical-coordinate representation of color #135B5E: hue angle of 182.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135B5E is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 91 | 94 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.63 |
| HSL | 182.4º | 0.66% | 0.22% | - |
| HSV(B) | 182.4º | 0.8% | 0.37% | - |
| XYZ | 6.03 | 8.43 | 11.9 | - |
| YUV | 69.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 94 | 0.80 | 0.03 | 0 | 0.63 | 182.4 | 0.66 | 0.22 |
| Hex | 13 | 5B | 5E | 50 | 3 | 0 | 3F | B6 | 42 | 16 |
| Octal | 23 | 133 | 136 | 120 | 3 | 0 | 77 | 266 | 102 | 26 |
| Binary | 10011 | 1011011 | 1011110 | 1010000 | 11 | 0 | 111111 | 10110110 | 1000010 | 10110 |
Color Harmonies of #135B5E
Complementary color
Monochromatic Colors of #135B5E
Black with #135B5E
Text Example
Text Example
White with #135B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B5E; }
p { color: rgb(19,91,94); }
H1.HeaderClassName
{
color: #135B5E;
}
.AnyTagClassName
{
color: #135B5E;
}
</style>
background-color css
<style>
a { background-color: #135B5E; }
a { background-color: rgb(19,91,94); }
div.DivClassName
{
background-color: #135B5E;
}
.BgClassName
{
background-color: #135B5E;
}
</style>
border-color css
<style>
span { border-color: #135B5E; }
span { border-color: rgb(19,91,94); }
td.TdClassName
{
border-color: #135B5E;
}
.TagClassName
{
border-color: #135B5E;
}
</style>