Shades of Blue Stone #1D706B
Tints of Blue Stone #1D706B
RGB
CMYK
RGB Variations
Color information
#1D706B (or 0x1D706B) is known color: Blue Stone. HEX triplet: 1D, 70 and 6B. RGB value is (29,112,107). Sum of RGB (Red+Green+Blue) = 29+112+107=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #1D706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D706B is #E28F94. Grayscale: #565656. Windows color (decimal): -14847893 or 7041053. OLE color: 7041053.
HSL color Cylindrical-coordinate representation of color #1D706B: hue angle of 176.39º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D706B is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 107 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.56 |
| HSL | 176.39º | 0.59% | 0.28% | - |
| HSV(B) | 176.39º | 0.74% | 0.44% | - |
| XYZ | 8.95 | 12.91 | 15.93 | - |
| YUV | 86.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 107 | 0.74 | 0 | 0.04 | 0.56 | 176.39 | 0.59 | 0.28 |
| Hex | 1D | 70 | 6B | 4A | 0 | 4 | 38 | B0 | 3B | 1C |
| Octal | 35 | 160 | 153 | 112 | 0 | 4 | 70 | 260 | 73 | 34 |
| Binary | 11101 | 1110000 | 1101011 | 1001010 | 0 | 100 | 111000 | 10110000 | 111011 | 11100 |
Color Harmonies of #1D706B
Complementary color
Monochromatic Colors of #1D706B
Black with #1D706B
Text Example
Text Example
White with #1D706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D706B; }
p { color: rgb(29,112,107); }
H1.HeaderClassName
{
color: #1D706B;
}
.AnyTagClassName
{
color: #1D706B;
}
</style>
background-color css
<style>
a { background-color: #1D706B; }
a { background-color: rgb(29,112,107); }
div.DivClassName
{
background-color: #1D706B;
}
.BgClassName
{
background-color: #1D706B;
}
</style>
border-color css
<style>
span { border-color: #1D706B; }
span { border-color: rgb(29,112,107); }
td.TdClassName
{
border-color: #1D706B;
}
.TagClassName
{
border-color: #1D706B;
}
</style>