Shades of Blue Stone #1D7063
Tints of Blue Stone #1D7063
RGB
CMYK
RGB Variations
Color information
#1D7063 (or 0x1D7063) is known color: Blue Stone. HEX triplet: 1D, 70 and 63. RGB value is (29,112,99). Sum of RGB (Red+Green+Blue) = 29+112+99=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7063 is #E28F9C. Grayscale: #555555. Windows color (decimal): -14847901 or 6516765. OLE color: 6516765.
HSL color Cylindrical-coordinate representation of color #1D7063: hue angle of 170.6º 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 #1D7063 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 99 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.56 |
| HSL | 170.6º | 0.59% | 0.28% | - |
| HSV(B) | 170.6º | 0.74% | 0.44% | - |
| XYZ | 8.55 | 12.75 | 13.81 | - |
| YUV | 85.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 99 | 0.74 | 0 | 0.12 | 0.56 | 170.6 | 0.59 | 0.28 |
| Hex | 1D | 70 | 63 | 4A | 0 | C | 38 | AB | 3B | 1C |
| Octal | 35 | 160 | 143 | 112 | 0 | 14 | 70 | 253 | 73 | 34 |
| Binary | 11101 | 1110000 | 1100011 | 1001010 | 0 | 1100 | 111000 | 10101011 | 111011 | 11100 |
Color Harmonies of #1D7063
Complementary color
Monochromatic Colors of #1D7063
Black with #1D7063
Text Example
Text Example
White with #1D7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7063; }
p { color: rgb(29,112,99); }
H1.HeaderClassName
{
color: #1D7063;
}
.AnyTagClassName
{
color: #1D7063;
}
</style>
background-color css
<style>
a { background-color: #1D7063; }
a { background-color: rgb(29,112,99); }
div.DivClassName
{
background-color: #1D7063;
}
.BgClassName
{
background-color: #1D7063;
}
</style>
border-color css
<style>
span { border-color: #1D7063; }
span { border-color: rgb(29,112,99); }
td.TdClassName
{
border-color: #1D7063;
}
.TagClassName
{
border-color: #1D7063;
}
</style>