Shades of Blue Stone #1D5966
Tints of Blue Stone #1D5966
RGB
CMYK
RGB Variations
Color information
#1D5966 (or 0x1D5966) is known color: Blue Stone. HEX triplet: 1D, 59 and 66. RGB value is (29,89,102). Sum of RGB (Red+Green+Blue) = 29+89+102=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5966 is #E2A699. Grayscale: #484848. Windows color (decimal): -14853786 or 6707485. OLE color: 6707485.
HSL color Cylindrical-coordinate representation of color #1D5966: hue angle of 190.68º 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 #1D5966 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 89 | 102 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.6 |
| HSL | 190.68º | 0.56% | 0.26% | - |
| HSV(B) | 190.68º | 0.72% | 0.4% | - |
| XYZ | 6.48 | 8.37 | 13.84 | - |
| YUV | 72.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 102 | 0.72 | 0.13 | 0 | 0.6 | 190.68 | 0.56 | 0.26 |
| Hex | 1D | 59 | 66 | 48 | D | 0 | 3C | BF | 38 | 1A |
| Octal | 35 | 131 | 146 | 110 | 15 | 0 | 74 | 277 | 70 | 32 |
| Binary | 11101 | 1011001 | 1100110 | 1001000 | 1101 | 0 | 111100 | 10111111 | 111000 | 11010 |
Color Harmonies of #1D5966
Complementary color
Monochromatic Colors of #1D5966
Black with #1D5966
Text Example
Text Example
White with #1D5966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5966; }
p { color: rgb(29,89,102); }
H1.HeaderClassName
{
color: #1D5966;
}
.AnyTagClassName
{
color: #1D5966;
}
</style>
background-color css
<style>
a { background-color: #1D5966; }
a { background-color: rgb(29,89,102); }
div.DivClassName
{
background-color: #1D5966;
}
.BgClassName
{
background-color: #1D5966;
}
</style>
border-color css
<style>
span { border-color: #1D5966; }
span { border-color: rgb(29,89,102); }
td.TdClassName
{
border-color: #1D5966;
}
.TagClassName
{
border-color: #1D5966;
}
</style>