Shades of Blue Stone #135B5D
Tints of Blue Stone #135B5D
RGB
CMYK
RGB Variations
Color information
#135B5D (or 0x135B5D) is known color: Blue Stone. HEX triplet: 13, 5B and 5D. RGB value is (19,91,93). Sum of RGB (Red+Green+Blue) = 19+91+93=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #135B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B5D is #ECA4A2. Grayscale: #454545. Windows color (decimal): -15508643 or 6118163. OLE color: 6118163.
HSL color Cylindrical-coordinate representation of color #135B5D: hue angle of 181.62º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135B5D is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 93 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.64 |
| HSL | 181.62º | 0.66% | 0.22% | - |
| HSV(B) | 181.62º | 0.8% | 0.36% | - |
| XYZ | 5.99 | 8.41 | 11.66 | - |
| YUV | 69.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 93 | 0.80 | 0.02 | 0 | 0.64 | 181.62 | 0.66 | 0.22 |
| Hex | 13 | 5B | 5D | 50 | 2 | 0 | 40 | B6 | 42 | 16 |
| Octal | 23 | 133 | 135 | 120 | 2 | 0 | 100 | 266 | 102 | 26 |
| Binary | 10011 | 1011011 | 1011101 | 1010000 | 10 | 0 | 1000000 | 10110110 | 1000010 | 10110 |
Color Harmonies of #135B5D
Complementary color
Monochromatic Colors of #135B5D
Black with #135B5D
Text Example
Text Example
White with #135B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B5D; }
p { color: rgb(19,91,93); }
H1.HeaderClassName
{
color: #135B5D;
}
.AnyTagClassName
{
color: #135B5D;
}
</style>
background-color css
<style>
a { background-color: #135B5D; }
a { background-color: rgb(19,91,93); }
div.DivClassName
{
background-color: #135B5D;
}
.BgClassName
{
background-color: #135B5D;
}
</style>
border-color css
<style>
span { border-color: #135B5D; }
span { border-color: rgb(19,91,93); }
td.TdClassName
{
border-color: #135B5D;
}
.TagClassName
{
border-color: #135B5D;
}
</style>