Shades of Blue Stone #1C706D
Tints of Blue Stone #1C706D
RGB
CMYK
RGB Variations
Color information
#1C706D (or 0x1C706D) is known color: Blue Stone. HEX triplet: 1C, 70 and 6D. RGB value is (28,112,109). Sum of RGB (Red+Green+Blue) = 28+112+109=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #1C706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C706D is #E38F92. Grayscale: #565656. Windows color (decimal): -14913427 or 7172124. OLE color: 7172124.
HSL color Cylindrical-coordinate representation of color #1C706D: hue angle of 177.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C706D is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 109 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.56 |
| HSL | 177.86º | 0.6% | 0.27% | - |
| HSV(B) | 177.86º | 0.75% | 0.44% | - |
| XYZ | 9.03 | 12.94 | 16.49 | - |
| YUV | 86.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 109 | 0.75 | 0 | 0.03 | 0.56 | 177.86 | 0.6 | 0.27 |
| Hex | 1C | 70 | 6D | 4B | 0 | 3 | 38 | B2 | 3C | 1B |
| Octal | 34 | 160 | 155 | 113 | 0 | 3 | 70 | 262 | 74 | 33 |
| Binary | 11100 | 1110000 | 1101101 | 1001011 | 0 | 11 | 111000 | 10110010 | 111100 | 11011 |
Color Harmonies of #1C706D
Complementary color
Monochromatic Colors of #1C706D
Black with #1C706D
Text Example
Text Example
White with #1C706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C706D; }
p { color: rgb(28,112,109); }
H1.HeaderClassName
{
color: #1C706D;
}
.AnyTagClassName
{
color: #1C706D;
}
</style>
background-color css
<style>
a { background-color: #1C706D; }
a { background-color: rgb(28,112,109); }
div.DivClassName
{
background-color: #1C706D;
}
.BgClassName
{
background-color: #1C706D;
}
</style>
border-color css
<style>
span { border-color: #1C706D; }
span { border-color: rgb(28,112,109); }
td.TdClassName
{
border-color: #1C706D;
}
.TagClassName
{
border-color: #1C706D;
}
</style>