Shades of Blue Stone #135257
Tints of Blue Stone #135257
RGB
CMYK
RGB Variations
Color information
#135257 (or 0x135257) is known color: Blue Stone. HEX triplet: 13, 52 and 57. RGB value is (19,82,87). Sum of RGB (Red+Green+Blue) = 19+82+87=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #135257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135257 is #ECADA8. Grayscale: #3F3F3F. Windows color (decimal): -15510953 or 5722643. OLE color: 5722643.
HSL color Cylindrical-coordinate representation of color #135257: hue angle of 184.41º 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 #135257 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 82 | 87 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.66 |
| HSL | 184.41º | 0.64% | 0.21% | - |
| HSV(B) | 184.41º | 0.78% | 0.34% | - |
| XYZ | 5.01 | 6.86 | 10.08 | - |
| YUV | 63.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 87 | 0.78 | 0.06 | 0 | 0.66 | 184.41 | 0.64 | 0.21 |
| Hex | 13 | 52 | 57 | 4E | 6 | 0 | 42 | B8 | 40 | 15 |
| Octal | 23 | 122 | 127 | 116 | 6 | 0 | 102 | 270 | 100 | 25 |
| Binary | 10011 | 1010010 | 1010111 | 1001110 | 110 | 0 | 1000010 | 10111000 | 1000000 | 10101 |
Color Harmonies of #135257
Complementary color
Monochromatic Colors of #135257
Black with #135257
Text Example
Text Example
White with #135257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135257; }
p { color: rgb(19,82,87); }
H1.HeaderClassName
{
color: #135257;
}
.AnyTagClassName
{
color: #135257;
}
</style>
background-color css
<style>
a { background-color: #135257; }
a { background-color: rgb(19,82,87); }
div.DivClassName
{
background-color: #135257;
}
.BgClassName
{
background-color: #135257;
}
</style>
border-color css
<style>
span { border-color: #135257; }
span { border-color: rgb(19,82,87); }
td.TdClassName
{
border-color: #135257;
}
.TagClassName
{
border-color: #135257;
}
</style>