Shades of Blue Stone #1D616B
Tints of Blue Stone #1D616B
RGB
CMYK
RGB Variations
Color information
#1D616B (or 0x1D616B) is known color: Blue Stone. HEX triplet: 1D, 61 and 6B. RGB value is (29,97,107). Sum of RGB (Red+Green+Blue) = 29+97+107=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D616B is #E29E94. Grayscale: #4D4D4D. Windows color (decimal): -14851733 or 7037213. OLE color: 7037213.
HSL color Cylindrical-coordinate representation of color #1D616B: hue angle of 187.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D616B is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 97 | 107 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.58 |
| HSL | 187.69º | 0.57% | 0.27% | - |
| HSV(B) | 187.69º | 0.73% | 0.42% | - |
| XYZ | 7.44 | 9.87 | 15.42 | - |
| YUV | 77.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 107 | 0.73 | 0.09 | 0 | 0.58 | 187.69 | 0.57 | 0.27 |
| Hex | 1D | 61 | 6B | 49 | 9 | 0 | 3A | BC | 39 | 1B |
| Octal | 35 | 141 | 153 | 111 | 11 | 0 | 72 | 274 | 71 | 33 |
| Binary | 11101 | 1100001 | 1101011 | 1001001 | 1001 | 0 | 111010 | 10111100 | 111001 | 11011 |
Color Harmonies of #1D616B
Complementary color
Monochromatic Colors of #1D616B
Black with #1D616B
Text Example
Text Example
White with #1D616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D616B; }
p { color: rgb(29,97,107); }
H1.HeaderClassName
{
color: #1D616B;
}
.AnyTagClassName
{
color: #1D616B;
}
</style>
background-color css
<style>
a { background-color: #1D616B; }
a { background-color: rgb(29,97,107); }
div.DivClassName
{
background-color: #1D616B;
}
.BgClassName
{
background-color: #1D616B;
}
</style>
border-color css
<style>
span { border-color: #1D616B; }
span { border-color: rgb(29,97,107); }
td.TdClassName
{
border-color: #1D616B;
}
.TagClassName
{
border-color: #1D616B;
}
</style>