Shades of Blue Stone #1D716A
Tints of Blue Stone #1D716A
RGB
CMYK
RGB Variations
Color information
#1D716A (or 0x1D716A) is known color: Blue Stone. HEX triplet: 1D, 71 and 6A. RGB value is (29,113,106). Sum of RGB (Red+Green+Blue) = 29+113+106=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #1D716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D716A is #E28E95. Grayscale: #575757. Windows color (decimal): -14847638 or 6975773. OLE color: 6975773.
HSL color Cylindrical-coordinate representation of color #1D716A: hue angle of 175º 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 #1D716A is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 106 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.56 |
| HSL | 175º | 0.59% | 0.28% | - |
| HSV(B) | 175º | 0.74% | 0.44% | - |
| XYZ | 9.01 | 13.11 | 15.69 | - |
| YUV | 87.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 106 | 0.74 | 0 | 0.06 | 0.56 | 175 | 0.59 | 0.28 |
| Hex | 1D | 71 | 6A | 4A | 0 | 6 | 38 | AF | 3B | 1C |
| Octal | 35 | 161 | 152 | 112 | 0 | 6 | 70 | 257 | 73 | 34 |
| Binary | 11101 | 1110001 | 1101010 | 1001010 | 0 | 110 | 111000 | 10101111 | 111011 | 11100 |
Color Harmonies of #1D716A
Complementary color
Monochromatic Colors of #1D716A
Black with #1D716A
Text Example
Text Example
White with #1D716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D716A; }
p { color: rgb(29,113,106); }
H1.HeaderClassName
{
color: #1D716A;
}
.AnyTagClassName
{
color: #1D716A;
}
</style>
background-color css
<style>
a { background-color: #1D716A; }
a { background-color: rgb(29,113,106); }
div.DivClassName
{
background-color: #1D716A;
}
.BgClassName
{
background-color: #1D716A;
}
</style>
border-color css
<style>
span { border-color: #1D716A; }
span { border-color: rgb(29,113,106); }
td.TdClassName
{
border-color: #1D716A;
}
.TagClassName
{
border-color: #1D716A;
}
</style>