Shades of Blue Stone #136662
Tints of Blue Stone #136662
RGB
CMYK
RGB Variations
Color information
#136662 (or 0x136662) is known color: Blue Stone. HEX triplet: 13, 66 and 62. RGB value is (19,102,98). Sum of RGB (Red+Green+Blue) = 19+102+98=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #136662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136662 is #EC999D. Grayscale: #4C4C4C. Windows color (decimal): -15505822 or 6448659. OLE color: 6448659.
HSL color Cylindrical-coordinate representation of color #136662: hue angle of 177.11º 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 #136662 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 98 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.6 |
| HSL | 177.11º | 0.69% | 0.24% | - |
| HSV(B) | 177.11º | 0.81% | 0.4% | - |
| XYZ | 7.22 | 10.52 | 13.21 | - |
| YUV | 76.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 98 | 0.81 | 0 | 0.04 | 0.6 | 177.11 | 0.69 | 0.24 |
| Hex | 13 | 66 | 62 | 51 | 0 | 4 | 3C | B1 | 45 | 18 |
| Octal | 23 | 146 | 142 | 121 | 0 | 4 | 74 | 261 | 105 | 30 |
| Binary | 10011 | 1100110 | 1100010 | 1010001 | 0 | 100 | 111100 | 10110001 | 1000101 | 11000 |
Color Harmonies of #136662
Complementary color
Monochromatic Colors of #136662
Black with #136662
Text Example
Text Example
White with #136662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136662; }
p { color: rgb(19,102,98); }
H1.HeaderClassName
{
color: #136662;
}
.AnyTagClassName
{
color: #136662;
}
</style>
background-color css
<style>
a { background-color: #136662; }
a { background-color: rgb(19,102,98); }
div.DivClassName
{
background-color: #136662;
}
.BgClassName
{
background-color: #136662;
}
</style>
border-color css
<style>
span { border-color: #136662; }
span { border-color: rgb(19,102,98); }
td.TdClassName
{
border-color: #136662;
}
.TagClassName
{
border-color: #136662;
}
</style>