Shades of Blue Stone #135F66
Tints of Blue Stone #135F66
RGB
CMYK
RGB Variations
Color information
#135F66 (or 0x135F66) is known color: Blue Stone. HEX triplet: 13, 5F and 66. RGB value is (19,95,102). Sum of RGB (Red+Green+Blue) = 19+95+102=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #135F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F66 is #ECA099. Grayscale: #484848. Windows color (decimal): -15507610 or 6709011. OLE color: 6709011.
HSL color Cylindrical-coordinate representation of color #135F66: hue angle of 185.06º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135F66 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 95 | 102 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.6 |
| HSL | 185.06º | 0.69% | 0.24% | - |
| HSV(B) | 185.06º | 0.81% | 0.4% | - |
| XYZ | 6.76 | 9.28 | 14.01 | - |
| YUV | 73.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 102 | 0.81 | 0.07 | 0 | 0.6 | 185.06 | 0.69 | 0.24 |
| Hex | 13 | 5F | 66 | 51 | 7 | 0 | 3C | B9 | 45 | 18 |
| Octal | 23 | 137 | 146 | 121 | 7 | 0 | 74 | 271 | 105 | 30 |
| Binary | 10011 | 1011111 | 1100110 | 1010001 | 111 | 0 | 111100 | 10111001 | 1000101 | 11000 |
Color Harmonies of #135F66
Complementary color
Monochromatic Colors of #135F66
Black with #135F66
Text Example
Text Example
White with #135F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F66; }
p { color: rgb(19,95,102); }
H1.HeaderClassName
{
color: #135F66;
}
.AnyTagClassName
{
color: #135F66;
}
</style>
background-color css
<style>
a { background-color: #135F66; }
a { background-color: rgb(19,95,102); }
div.DivClassName
{
background-color: #135F66;
}
.BgClassName
{
background-color: #135F66;
}
</style>
border-color css
<style>
span { border-color: #135F66; }
span { border-color: rgb(19,95,102); }
td.TdClassName
{
border-color: #135F66;
}
.TagClassName
{
border-color: #135F66;
}
</style>