Shades of Blue Stone #135754
Tints of Blue Stone #135754
RGB
CMYK
RGB Variations
Color information
#135754 (or 0x135754) is known color: Blue Stone. HEX triplet: 13, 57 and 54. RGB value is (19,87,84). Sum of RGB (Red+Green+Blue) = 19+87+84=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #135754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135754 is #ECA8AB. Grayscale: #424242. Windows color (decimal): -15509676 or 5527315. OLE color: 5527315.
HSL color Cylindrical-coordinate representation of color #135754: hue angle of 177.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135754 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 87 | 84 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.66 |
| HSL | 177.35º | 0.64% | 0.21% | - |
| HSV(B) | 177.35º | 0.78% | 0.34% | - |
| XYZ | 5.28 | 7.59 | 9.58 | - |
| YUV | 66.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 84 | 0.78 | 0 | 0.03 | 0.66 | 177.35 | 0.64 | 0.21 |
| Hex | 13 | 57 | 54 | 4E | 0 | 3 | 42 | B1 | 40 | 15 |
| Octal | 23 | 127 | 124 | 116 | 0 | 3 | 102 | 261 | 100 | 25 |
| Binary | 10011 | 1010111 | 1010100 | 1001110 | 0 | 11 | 1000010 | 10110001 | 1000000 | 10101 |
Color Harmonies of #135754
Complementary color
Monochromatic Colors of #135754
Black with #135754
Text Example
Text Example
White with #135754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135754; }
p { color: rgb(19,87,84); }
H1.HeaderClassName
{
color: #135754;
}
.AnyTagClassName
{
color: #135754;
}
</style>
background-color css
<style>
a { background-color: #135754; }
a { background-color: rgb(19,87,84); }
div.DivClassName
{
background-color: #135754;
}
.BgClassName
{
background-color: #135754;
}
</style>
border-color css
<style>
span { border-color: #135754; }
span { border-color: rgb(19,87,84); }
td.TdClassName
{
border-color: #135754;
}
.TagClassName
{
border-color: #135754;
}
</style>