Shades of Blue Stone #136958
Tints of Blue Stone #136958
RGB
CMYK
RGB Variations
Color information
#136958 (or 0x136958) is known color: Blue Stone. HEX triplet: 13, 69 and 58. RGB value is (19,105,88). Sum of RGB (Red+Green+Blue) = 19+105+88=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #136958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136958 is #EC96A7. Grayscale: #4D4D4D. Windows color (decimal): -15505064 or 5794067. OLE color: 5794067.
HSL color Cylindrical-coordinate representation of color #136958: hue angle of 168.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136958 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 88 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.59 |
| HSL | 168.14º | 0.69% | 0.24% | - |
| HSV(B) | 168.14º | 0.82% | 0.41% | - |
| XYZ | 7.08 | 10.95 | 10.97 | - |
| YUV | 77.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 88 | 0.82 | 0 | 0.16 | 0.59 | 168.14 | 0.69 | 0.24 |
| Hex | 13 | 69 | 58 | 52 | 0 | 10 | 3B | A8 | 45 | 18 |
| Octal | 23 | 151 | 130 | 122 | 0 | 20 | 73 | 250 | 105 | 30 |
| Binary | 10011 | 1101001 | 1011000 | 1010010 | 0 | 10000 | 111011 | 10101000 | 1000101 | 11000 |
Color Harmonies of #136958
Complementary color
Monochromatic Colors of #136958
Black with #136958
Text Example
Text Example
White with #136958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136958; }
p { color: rgb(19,105,88); }
H1.HeaderClassName
{
color: #136958;
}
.AnyTagClassName
{
color: #136958;
}
</style>
background-color css
<style>
a { background-color: #136958; }
a { background-color: rgb(19,105,88); }
div.DivClassName
{
background-color: #136958;
}
.BgClassName
{
background-color: #136958;
}
</style>
border-color css
<style>
span { border-color: #136958; }
span { border-color: rgb(19,105,88); }
td.TdClassName
{
border-color: #136958;
}
.TagClassName
{
border-color: #136958;
}
</style>