Shades of Blue Stone #136B71
Tints of Blue Stone #136B71
RGB
CMYK
RGB Variations
Color information
#136B71 (or 0x136B71) is known color: Blue Stone. HEX triplet: 13, 6B and 71. RGB value is (19,107,113). Sum of RGB (Red+Green+Blue) = 19+107+113=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #136B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B71 is #EC948E. Grayscale: #515151. Windows color (decimal): -15504527 or 7432979. OLE color: 7432979.
HSL color Cylindrical-coordinate representation of color #136B71: hue angle of 183.83º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136B71 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 107 | 113 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.56 |
| HSL | 183.83º | 0.71% | 0.26% | - |
| HSV(B) | 183.83º | 0.83% | 0.44% | - |
| XYZ | 8.51 | 11.85 | 17.46 | - |
| YUV | 81.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 113 | 0.83 | 0.05 | 0 | 0.56 | 183.83 | 0.71 | 0.26 |
| Hex | 13 | 6B | 71 | 53 | 5 | 0 | 38 | B8 | 47 | 1A |
| Octal | 23 | 153 | 161 | 123 | 5 | 0 | 70 | 270 | 107 | 32 |
| Binary | 10011 | 1101011 | 1110001 | 1010011 | 101 | 0 | 111000 | 10111000 | 1000111 | 11010 |
Color Harmonies of #136B71
Complementary color
Monochromatic Colors of #136B71
Black with #136B71
Text Example
Text Example
White with #136B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B71; }
p { color: rgb(19,107,113); }
H1.HeaderClassName
{
color: #136B71;
}
.AnyTagClassName
{
color: #136B71;
}
</style>
background-color css
<style>
a { background-color: #136B71; }
a { background-color: rgb(19,107,113); }
div.DivClassName
{
background-color: #136B71;
}
.BgClassName
{
background-color: #136B71;
}
</style>
border-color css
<style>
span { border-color: #136B71; }
span { border-color: rgb(19,107,113); }
td.TdClassName
{
border-color: #136B71;
}
.TagClassName
{
border-color: #136B71;
}
</style>