Shades of Blue Stone #1C5960
Tints of Blue Stone #1C5960
RGB
CMYK
RGB Variations
Color information
#1C5960 (or 0x1C5960) is known color: Blue Stone. HEX triplet: 1C, 59 and 60. RGB value is (28,89,96). Sum of RGB (Red+Green+Blue) = 28+89+96=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5960 is #E3A69F. Grayscale: #474747. Windows color (decimal): -14919328 or 6314268. OLE color: 6314268.
HSL color Cylindrical-coordinate representation of color #1C5960: hue angle of 186.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5960 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 89 | 96 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.62 |
| HSL | 186.18º | 0.55% | 0.24% | - |
| HSV(B) | 186.18º | 0.71% | 0.38% | - |
| XYZ | 6.16 | 8.24 | 12.33 | - |
| YUV | 71.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 96 | 0.71 | 0.07 | 0 | 0.62 | 186.18 | 0.55 | 0.24 |
| Hex | 1C | 59 | 60 | 47 | 7 | 0 | 3E | BA | 37 | 18 |
| Octal | 34 | 131 | 140 | 107 | 7 | 0 | 76 | 272 | 67 | 30 |
| Binary | 11100 | 1011001 | 1100000 | 1000111 | 111 | 0 | 111110 | 10111010 | 110111 | 11000 |
Color Harmonies of #1C5960
Complementary color
Monochromatic Colors of #1C5960
Black with #1C5960
Text Example
Text Example
White with #1C5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5960; }
p { color: rgb(28,89,96); }
H1.HeaderClassName
{
color: #1C5960;
}
.AnyTagClassName
{
color: #1C5960;
}
</style>
background-color css
<style>
a { background-color: #1C5960; }
a { background-color: rgb(28,89,96); }
div.DivClassName
{
background-color: #1C5960;
}
.BgClassName
{
background-color: #1C5960;
}
</style>
border-color css
<style>
span { border-color: #1C5960; }
span { border-color: rgb(28,89,96); }
td.TdClassName
{
border-color: #1C5960;
}
.TagClassName
{
border-color: #1C5960;
}
</style>