Shades of Blue Stone #135C62
Tints of Blue Stone #135C62
RGB
CMYK
RGB Variations
Color information
#135C62 (or 0x135C62) is known color: Blue Stone. HEX triplet: 13, 5C and 62. RGB value is (19,92,98). Sum of RGB (Red+Green+Blue) = 19+92+98=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #135C62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C62 is #ECA39D. Grayscale: #464646. Windows color (decimal): -15508382 or 6446099. OLE color: 6446099.
HSL color Cylindrical-coordinate representation of color #135C62: hue angle of 184.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135C62 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 92 | 98 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.62 |
| HSL | 184.56º | 0.68% | 0.23% | - |
| HSV(B) | 184.56º | 0.81% | 0.38% | - |
| XYZ | 6.3 | 8.67 | 12.9 | - |
| YUV | 70.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 98 | 0.81 | 0.06 | 0 | 0.62 | 184.56 | 0.68 | 0.23 |
| Hex | 13 | 5C | 62 | 51 | 6 | 0 | 3E | B9 | 44 | 17 |
| Octal | 23 | 134 | 142 | 121 | 6 | 0 | 76 | 271 | 104 | 27 |
| Binary | 10011 | 1011100 | 1100010 | 1010001 | 110 | 0 | 111110 | 10111001 | 1000100 | 10111 |
Color Harmonies of #135C62
Complementary color
Monochromatic Colors of #135C62
Black with #135C62
Text Example
Text Example
White with #135C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C62; }
p { color: rgb(19,92,98); }
H1.HeaderClassName
{
color: #135C62;
}
.AnyTagClassName
{
color: #135C62;
}
</style>
background-color css
<style>
a { background-color: #135C62; }
a { background-color: rgb(19,92,98); }
div.DivClassName
{
background-color: #135C62;
}
.BgClassName
{
background-color: #135C62;
}
</style>
border-color css
<style>
span { border-color: #135C62; }
span { border-color: rgb(19,92,98); }
td.TdClassName
{
border-color: #135C62;
}
.TagClassName
{
border-color: #135C62;
}
</style>