Shades of Blue Stone #1D6566
Tints of Blue Stone #1D6566
RGB
CMYK
RGB Variations
Color information
#1D6566 (or 0x1D6566) is known color: Blue Stone. HEX triplet: 1D, 65 and 66. RGB value is (29,101,102). Sum of RGB (Red+Green+Blue) = 29+101+102=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D6566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6566 is #E29A99. Grayscale: #4F4F4F. Windows color (decimal): -14850714 or 6710557. OLE color: 6710557.
HSL color Cylindrical-coordinate representation of color #1D6566: hue angle of 180.82º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6566 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 101 | 102 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.6 |
| HSL | 180.82º | 0.56% | 0.26% | - |
| HSV(B) | 180.82º | 0.72% | 0.4% | - |
| XYZ | 7.56 | 10.53 | 14.2 | - |
| YUV | 79.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 102 | 0.72 | 0.01 | 0 | 0.6 | 180.82 | 0.56 | 0.26 |
| Hex | 1D | 65 | 66 | 48 | 1 | 0 | 3C | B5 | 38 | 1A |
| Octal | 35 | 145 | 146 | 110 | 1 | 0 | 74 | 265 | 70 | 32 |
| Binary | 11101 | 1100101 | 1100110 | 1001000 | 1 | 0 | 111100 | 10110101 | 111000 | 11010 |
Color Harmonies of #1D6566
Complementary color
Monochromatic Colors of #1D6566
Black with #1D6566
Text Example
Text Example
White with #1D6566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6566; }
p { color: rgb(29,101,102); }
H1.HeaderClassName
{
color: #1D6566;
}
.AnyTagClassName
{
color: #1D6566;
}
</style>
background-color css
<style>
a { background-color: #1D6566; }
a { background-color: rgb(29,101,102); }
div.DivClassName
{
background-color: #1D6566;
}
.BgClassName
{
background-color: #1D6566;
}
</style>
border-color css
<style>
span { border-color: #1D6566; }
span { border-color: rgb(29,101,102); }
td.TdClassName
{
border-color: #1D6566;
}
.TagClassName
{
border-color: #1D6566;
}
</style>