Shades of Blue Stone #1D6967
Tints of Blue Stone #1D6967
RGB
CMYK
RGB Variations
Color information
#1D6967 (or 0x1D6967) is known color: Blue Stone. HEX triplet: 1D, 69 and 67. RGB value is (29,105,103). Sum of RGB (Red+Green+Blue) = 29+105+103=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6967 is #E29698. Grayscale: #515151. Windows color (decimal): -14849689 or 6777117. OLE color: 6777117.
HSL color Cylindrical-coordinate representation of color #1D6967: hue angle of 178.42º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6967 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 105 | 103 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.59 |
| HSL | 178.42º | 0.57% | 0.26% | - |
| HSV(B) | 178.42º | 0.72% | 0.41% | - |
| XYZ | 8.01 | 11.34 | 14.6 | - |
| YUV | 82.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 103 | 0.72 | 0 | 0.02 | 0.59 | 178.42 | 0.57 | 0.26 |
| Hex | 1D | 69 | 67 | 48 | 0 | 2 | 3B | B2 | 39 | 1A |
| Octal | 35 | 151 | 147 | 110 | 0 | 2 | 73 | 262 | 71 | 32 |
| Binary | 11101 | 1101001 | 1100111 | 1001000 | 0 | 10 | 111011 | 10110010 | 111001 | 11010 |
Color Harmonies of #1D6967
Complementary color
Monochromatic Colors of #1D6967
Black with #1D6967
Text Example
Text Example
White with #1D6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6967; }
p { color: rgb(29,105,103); }
H1.HeaderClassName
{
color: #1D6967;
}
.AnyTagClassName
{
color: #1D6967;
}
</style>
background-color css
<style>
a { background-color: #1D6967; }
a { background-color: rgb(29,105,103); }
div.DivClassName
{
background-color: #1D6967;
}
.BgClassName
{
background-color: #1D6967;
}
</style>
border-color css
<style>
span { border-color: #1D6967; }
span { border-color: rgb(29,105,103); }
td.TdClassName
{
border-color: #1D6967;
}
.TagClassName
{
border-color: #1D6967;
}
</style>