Shades of Blue Stone #1C605A
Tints of Blue Stone #1C605A
RGB
CMYK
RGB Variations
Color information
#1C605A (or 0x1C605A) is known color: Blue Stone. HEX triplet: 1C, 60 and 5A. RGB value is (28,96,90). Sum of RGB (Red+Green+Blue) = 28+96+90=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #1C605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C605A is #E39FA5. Grayscale: #4A4A4A. Windows color (decimal): -14917542 or 5922844. OLE color: 5922844.
HSL color Cylindrical-coordinate representation of color #1C605A: hue angle of 174.71º 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 #1C605A is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 96 | 90 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.62 |
| HSL | 174.71º | 0.55% | 0.24% | - |
| HSV(B) | 174.71º | 0.71% | 0.38% | - |
| XYZ | 6.51 | 9.35 | 11.13 | - |
| YUV | 74.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 90 | 0.71 | 0 | 0.06 | 0.62 | 174.71 | 0.55 | 0.24 |
| Hex | 1C | 60 | 5A | 47 | 0 | 6 | 3E | AF | 37 | 18 |
| Octal | 34 | 140 | 132 | 107 | 0 | 6 | 76 | 257 | 67 | 30 |
| Binary | 11100 | 1100000 | 1011010 | 1000111 | 0 | 110 | 111110 | 10101111 | 110111 | 11000 |
Color Harmonies of #1C605A
Complementary color
Monochromatic Colors of #1C605A
Black with #1C605A
Text Example
Text Example
White with #1C605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C605A; }
p { color: rgb(28,96,90); }
H1.HeaderClassName
{
color: #1C605A;
}
.AnyTagClassName
{
color: #1C605A;
}
</style>
background-color css
<style>
a { background-color: #1C605A; }
a { background-color: rgb(28,96,90); }
div.DivClassName
{
background-color: #1C605A;
}
.BgClassName
{
background-color: #1C605A;
}
</style>
border-color css
<style>
span { border-color: #1C605A; }
span { border-color: rgb(28,96,90); }
td.TdClassName
{
border-color: #1C605A;
}
.TagClassName
{
border-color: #1C605A;
}
</style>