Shades of Blue Stone #136D64
Tints of Blue Stone #136D64
RGB
CMYK
RGB Variations
Color information
#136D64 (or 0x136D64) is known color: Blue Stone. HEX triplet: 13, 6D and 64. RGB value is (19,109,100). Sum of RGB (Red+Green+Blue) = 19+109+100=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #136D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D64 is #EC929B. Grayscale: #515151. Windows color (decimal): -15504028 or 6581523. OLE color: 6581523.
HSL color Cylindrical-coordinate representation of color #136D64: hue angle of 174º 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 #136D64 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 100 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.57 |
| HSL | 174º | 0.7% | 0.25% | - |
| HSV(B) | 174º | 0.83% | 0.43% | - |
| XYZ | 8.04 | 12 | 13.95 | - |
| YUV | 81.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 100 | 0.83 | 0 | 0.08 | 0.57 | 174 | 0.7 | 0.25 |
| Hex | 13 | 6D | 64 | 53 | 0 | 8 | 39 | AE | 46 | 19 |
| Octal | 23 | 155 | 144 | 123 | 0 | 10 | 71 | 256 | 106 | 31 |
| Binary | 10011 | 1101101 | 1100100 | 1010011 | 0 | 1000 | 111001 | 10101110 | 1000110 | 11001 |
Color Harmonies of #136D64
Complementary color
Monochromatic Colors of #136D64
Black with #136D64
Text Example
Text Example
White with #136D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D64; }
p { color: rgb(19,109,100); }
H1.HeaderClassName
{
color: #136D64;
}
.AnyTagClassName
{
color: #136D64;
}
</style>
background-color css
<style>
a { background-color: #136D64; }
a { background-color: rgb(19,109,100); }
div.DivClassName
{
background-color: #136D64;
}
.BgClassName
{
background-color: #136D64;
}
</style>
border-color css
<style>
span { border-color: #136D64; }
span { border-color: rgb(19,109,100); }
td.TdClassName
{
border-color: #136D64;
}
.TagClassName
{
border-color: #136D64;
}
</style>