Shades of Blue Stone #136D67
Tints of Blue Stone #136D67
RGB
CMYK
RGB Variations
Color information
#136D67 (or 0x136D67) is known color: Blue Stone. HEX triplet: 13, 6D and 67. RGB value is (19,109,103). Sum of RGB (Red+Green+Blue) = 19+109+103=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #136D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D67 is #EC9298. Grayscale: #515151. Windows color (decimal): -15504025 or 6778131. OLE color: 6778131.
HSL color Cylindrical-coordinate representation of color #136D67: hue angle of 176º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D67 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 103 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.57 |
| HSL | 176º | 0.7% | 0.25% | - |
| HSV(B) | 176º | 0.83% | 0.43% | - |
| XYZ | 8.19 | 12.06 | 14.73 | - |
| YUV | 81.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 103 | 0.83 | 0 | 0.06 | 0.57 | 176 | 0.7 | 0.25 |
| Hex | 13 | 6D | 67 | 53 | 0 | 6 | 39 | B0 | 46 | 19 |
| Octal | 23 | 155 | 147 | 123 | 0 | 6 | 71 | 260 | 106 | 31 |
| Binary | 10011 | 1101101 | 1100111 | 1010011 | 0 | 110 | 111001 | 10110000 | 1000110 | 11001 |
Color Harmonies of #136D67
Complementary color
Monochromatic Colors of #136D67
Black with #136D67
Text Example
Text Example
White with #136D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D67; }
p { color: rgb(19,109,103); }
H1.HeaderClassName
{
color: #136D67;
}
.AnyTagClassName
{
color: #136D67;
}
</style>
background-color css
<style>
a { background-color: #136D67; }
a { background-color: rgb(19,109,103); }
div.DivClassName
{
background-color: #136D67;
}
.BgClassName
{
background-color: #136D67;
}
</style>
border-color css
<style>
span { border-color: #136D67; }
span { border-color: rgb(19,109,103); }
td.TdClassName
{
border-color: #136D67;
}
.TagClassName
{
border-color: #136D67;
}
</style>