Shades of Blue Stone #1D565F
Tints of Blue Stone #1D565F
RGB
CMYK
RGB Variations
Color information
#1D565F (or 0x1D565F) is known color: Blue Stone. HEX triplet: 1D, 56 and 5F. RGB value is (29,86,95). Sum of RGB (Red+Green+Blue) = 29+86+95=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D565F is #E2A9A0. Grayscale: #454545. Windows color (decimal): -14854561 or 6247965. OLE color: 6247965.
HSL color Cylindrical-coordinate representation of color #1D565F: hue angle of 188.18º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D565F is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 86 | 95 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.63 |
| HSL | 188.18º | 0.53% | 0.24% | - |
| HSV(B) | 188.18º | 0.69% | 0.37% | - |
| XYZ | 5.9 | 7.74 | 12.01 | - |
| YUV | 69.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 95 | 0.69 | 0.09 | 0 | 0.63 | 188.18 | 0.53 | 0.24 |
| Hex | 1D | 56 | 5F | 45 | 9 | 0 | 3F | BC | 35 | 18 |
| Octal | 35 | 126 | 137 | 105 | 11 | 0 | 77 | 274 | 65 | 30 |
| Binary | 11101 | 1010110 | 1011111 | 1000101 | 1001 | 0 | 111111 | 10111100 | 110101 | 11000 |
Color Harmonies of #1D565F
Complementary color
Monochromatic Colors of #1D565F
Black with #1D565F
Text Example
Text Example
White with #1D565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D565F; }
p { color: rgb(29,86,95); }
H1.HeaderClassName
{
color: #1D565F;
}
.AnyTagClassName
{
color: #1D565F;
}
</style>
background-color css
<style>
a { background-color: #1D565F; }
a { background-color: rgb(29,86,95); }
div.DivClassName
{
background-color: #1D565F;
}
.BgClassName
{
background-color: #1D565F;
}
</style>
border-color css
<style>
span { border-color: #1D565F; }
span { border-color: rgb(29,86,95); }
td.TdClassName
{
border-color: #1D565F;
}
.TagClassName
{
border-color: #1D565F;
}
</style>