Shades of Blue Stone #136F6C
Tints of Blue Stone #136F6C
RGB
CMYK
RGB Variations
Color information
#136F6C (or 0x136F6C) is known color: Blue Stone. HEX triplet: 13, 6F and 6C. RGB value is (19,111,108). Sum of RGB (Red+Green+Blue) = 19+111+108=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #136F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F6C is #EC9093. Grayscale: #535353. Windows color (decimal): -15503508 or 7106323. OLE color: 7106323.
HSL color Cylindrical-coordinate representation of color #136F6C: hue angle of 178.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F6C is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 108 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.56 |
| HSL | 178.04º | 0.71% | 0.25% | - |
| HSV(B) | 178.04º | 0.83% | 0.44% | - |
| XYZ | 8.66 | 12.59 | 16.16 | - |
| YUV | 83.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 108 | 0.83 | 0 | 0.03 | 0.56 | 178.04 | 0.71 | 0.25 |
| Hex | 13 | 6F | 6C | 53 | 0 | 3 | 38 | B2 | 47 | 19 |
| Octal | 23 | 157 | 154 | 123 | 0 | 3 | 70 | 262 | 107 | 31 |
| Binary | 10011 | 1101111 | 1101100 | 1010011 | 0 | 11 | 111000 | 10110010 | 1000111 | 11001 |
Color Harmonies of #136F6C
Complementary color
Monochromatic Colors of #136F6C
Black with #136F6C
Text Example
Text Example
White with #136F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F6C; }
p { color: rgb(19,111,108); }
H1.HeaderClassName
{
color: #136F6C;
}
.AnyTagClassName
{
color: #136F6C;
}
</style>
background-color css
<style>
a { background-color: #136F6C; }
a { background-color: rgb(19,111,108); }
div.DivClassName
{
background-color: #136F6C;
}
.BgClassName
{
background-color: #136F6C;
}
</style>
border-color css
<style>
span { border-color: #136F6C; }
span { border-color: rgb(19,111,108); }
td.TdClassName
{
border-color: #136F6C;
}
.TagClassName
{
border-color: #136F6C;
}
</style>