Shades of Blue Stone #135F62
Tints of Blue Stone #135F62
RGB
CMYK
RGB Variations
Color information
#135F62 (or 0x135F62) is known color: Blue Stone. HEX triplet: 13, 5F and 62. RGB value is (19,95,98). Sum of RGB (Red+Green+Blue) = 19+95+98=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #135F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F62 is #ECA09D. Grayscale: #484848. Windows color (decimal): -15507614 or 6446867. OLE color: 6446867.
HSL color Cylindrical-coordinate representation of color #135F62: hue angle of 182.28º 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 #135F62 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 95 | 98 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.62 |
| HSL | 182.28º | 0.68% | 0.23% | - |
| HSV(B) | 182.28º | 0.81% | 0.38% | - |
| XYZ | 6.57 | 9.2 | 12.99 | - |
| YUV | 72.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 98 | 0.81 | 0.03 | 0 | 0.62 | 182.28 | 0.68 | 0.23 |
| Hex | 13 | 5F | 62 | 51 | 3 | 0 | 3E | B6 | 44 | 17 |
| Octal | 23 | 137 | 142 | 121 | 3 | 0 | 76 | 266 | 104 | 27 |
| Binary | 10011 | 1011111 | 1100010 | 1010001 | 11 | 0 | 111110 | 10110110 | 1000100 | 10111 |
Color Harmonies of #135F62
Complementary color
Monochromatic Colors of #135F62
Black with #135F62
Text Example
Text Example
White with #135F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F62; }
p { color: rgb(19,95,98); }
H1.HeaderClassName
{
color: #135F62;
}
.AnyTagClassName
{
color: #135F62;
}
</style>
background-color css
<style>
a { background-color: #135F62; }
a { background-color: rgb(19,95,98); }
div.DivClassName
{
background-color: #135F62;
}
.BgClassName
{
background-color: #135F62;
}
</style>
border-color css
<style>
span { border-color: #135F62; }
span { border-color: rgb(19,95,98); }
td.TdClassName
{
border-color: #135F62;
}
.TagClassName
{
border-color: #135F62;
}
</style>