Shades of Blue Stone #1D6864
Tints of Blue Stone #1D6864
RGB
CMYK
RGB Variations
Color information
#1D6864 (or 0x1D6864) is known color: Blue Stone. HEX triplet: 1D, 68 and 64. RGB value is (29,104,100). Sum of RGB (Red+Green+Blue) = 29+104+100=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #1D6864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6864 is #E2979B. Grayscale: #515151. Windows color (decimal): -14849948 or 6580253. OLE color: 6580253.
HSL color Cylindrical-coordinate representation of color #1D6864: hue angle of 176.8º degrees, saturation: 0.56, 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 #1D6864 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 104 | 100 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.59 |
| HSL | 176.8º | 0.56% | 0.26% | - |
| HSV(B) | 176.8º | 0.72% | 0.41% | - |
| XYZ | 7.76 | 11.08 | 13.79 | - |
| YUV | 81.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 100 | 0.72 | 0 | 0.04 | 0.59 | 176.8 | 0.56 | 0.26 |
| Hex | 1D | 68 | 64 | 48 | 0 | 4 | 3B | B1 | 38 | 1A |
| Octal | 35 | 150 | 144 | 110 | 0 | 4 | 73 | 261 | 70 | 32 |
| Binary | 11101 | 1101000 | 1100100 | 1001000 | 0 | 100 | 111011 | 10110001 | 111000 | 11010 |
Color Harmonies of #1D6864
Complementary color
Monochromatic Colors of #1D6864
Black with #1D6864
Text Example
Text Example
White with #1D6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6864; }
p { color: rgb(29,104,100); }
H1.HeaderClassName
{
color: #1D6864;
}
.AnyTagClassName
{
color: #1D6864;
}
</style>
background-color css
<style>
a { background-color: #1D6864; }
a { background-color: rgb(29,104,100); }
div.DivClassName
{
background-color: #1D6864;
}
.BgClassName
{
background-color: #1D6864;
}
</style>
border-color css
<style>
span { border-color: #1D6864; }
span { border-color: rgb(29,104,100); }
td.TdClassName
{
border-color: #1D6864;
}
.TagClassName
{
border-color: #1D6864;
}
</style>