Shades of Blue Stone #1C706B
Tints of Blue Stone #1C706B
RGB
CMYK
RGB Variations
Color information
#1C706B (or 0x1C706B) is known color: Blue Stone. HEX triplet: 1C, 70 and 6B. RGB value is (28,112,107). Sum of RGB (Red+Green+Blue) = 28+112+107=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #1C706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C706B is #E38F94. Grayscale: #565656. Windows color (decimal): -14913429 or 7041052. OLE color: 7041052.
HSL color Cylindrical-coordinate representation of color #1C706B: hue angle of 176.43º 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 #1C706B is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 107 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.56 |
| HSL | 176.43º | 0.6% | 0.27% | - |
| HSV(B) | 176.43º | 0.75% | 0.44% | - |
| XYZ | 8.93 | 12.9 | 15.93 | - |
| YUV | 86.31 | 139.67 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 107 | 0.75 | 0 | 0.04 | 0.56 | 176.43 | 0.6 | 0.27 |
| Hex | 1C | 70 | 6B | 4B | 0 | 4 | 38 | B0 | 3C | 1B |
| Octal | 34 | 160 | 153 | 113 | 0 | 4 | 70 | 260 | 74 | 33 |
| Binary | 11100 | 1110000 | 1101011 | 1001011 | 0 | 100 | 111000 | 10110000 | 111100 | 11011 |
Color Harmonies of #1C706B
Complementary color
Monochromatic Colors of #1C706B
Black with #1C706B
Text Example
Text Example
White with #1C706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C706B; }
p { color: rgb(28,112,107); }
H1.HeaderClassName
{
color: #1C706B;
}
.AnyTagClassName
{
color: #1C706B;
}
</style>
background-color css
<style>
a { background-color: #1C706B; }
a { background-color: rgb(28,112,107); }
div.DivClassName
{
background-color: #1C706B;
}
.BgClassName
{
background-color: #1C706B;
}
</style>
border-color css
<style>
span { border-color: #1C706B; }
span { border-color: rgb(28,112,107); }
td.TdClassName
{
border-color: #1C706B;
}
.TagClassName
{
border-color: #1C706B;
}
</style>