Shades of Blue Stone #135C51
Tints of Blue Stone #135C51
RGB
CMYK
RGB Variations
Color information
#135C51 (or 0x135C51) is known color: Blue Stone. HEX triplet: 13, 5C and 51. RGB value is (19,92,81). Sum of RGB (Red+Green+Blue) = 19+92+81=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #135C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C51 is #ECA3AE. Grayscale: #444444. Windows color (decimal): -15508399 or 5331987. OLE color: 5331987.
HSL color Cylindrical-coordinate representation of color #135C51: hue angle of 170.96º degrees, saturation: 0.66, 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 #135C51 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 81 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.64 |
| HSL | 170.96º | 0.66% | 0.22% | - |
| HSV(B) | 170.96º | 0.79% | 0.36% | - |
| XYZ | 5.58 | 8.39 | 9.11 | - |
| YUV | 68.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 81 | 0.79 | 0 | 0.12 | 0.64 | 170.96 | 0.66 | 0.22 |
| Hex | 13 | 5C | 51 | 4F | 0 | C | 40 | AB | 42 | 16 |
| Octal | 23 | 134 | 121 | 117 | 0 | 14 | 100 | 253 | 102 | 26 |
| Binary | 10011 | 1011100 | 1010001 | 1001111 | 0 | 1100 | 1000000 | 10101011 | 1000010 | 10110 |
Color Harmonies of #135C51
Complementary color
Monochromatic Colors of #135C51
Black with #135C51
Text Example
Text Example
White with #135C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C51; }
p { color: rgb(19,92,81); }
H1.HeaderClassName
{
color: #135C51;
}
.AnyTagClassName
{
color: #135C51;
}
</style>
background-color css
<style>
a { background-color: #135C51; }
a { background-color: rgb(19,92,81); }
div.DivClassName
{
background-color: #135C51;
}
.BgClassName
{
background-color: #135C51;
}
</style>
border-color css
<style>
span { border-color: #135C51; }
span { border-color: rgb(19,92,81); }
td.TdClassName
{
border-color: #135C51;
}
.TagClassName
{
border-color: #135C51;
}
</style>