Shades of Blue Stone #1C6065
Tints of Blue Stone #1C6065
RGB
CMYK
RGB Variations
Color information
#1C6065 (or 0x1C6065) is known color: Blue Stone. HEX triplet: 1C, 60 and 65. RGB value is (28,96,101). Sum of RGB (Red+Green+Blue) = 28+96+101=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C6065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6065 is #E39F9A. Grayscale: #4C4C4C. Windows color (decimal): -14917531 or 6643740. OLE color: 6643740.
HSL color Cylindrical-coordinate representation of color #1C6065: hue angle of 184.11º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6065 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 96 | 101 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.60 |
| HSL | 184.11º | 0.57% | 0.25% | - |
| HSV(B) | 184.11º | 0.72% | 0.4% | - |
| XYZ | 7.01 | 9.55 | 13.79 | - |
| YUV | 76.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 101 | 0.72 | 0.05 | 0 | 0.60 | 184.11 | 0.57 | 0.25 |
| Hex | 1C | 60 | 65 | 48 | 5 | 0 | 3C | B8 | 39 | 19 |
| Octal | 34 | 140 | 145 | 110 | 5 | 0 | 74 | 270 | 71 | 31 |
| Binary | 11100 | 1100000 | 1100101 | 1001000 | 101 | 0 | 111100 | 10111000 | 111001 | 11001 |
Color Harmonies of #1C6065
Complementary color
Monochromatic Colors of #1C6065
Black with #1C6065
Text Example
Text Example
White with #1C6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6065; }
p { color: rgb(28,96,101); }
H1.HeaderClassName
{
color: #1C6065;
}
.AnyTagClassName
{
color: #1C6065;
}
</style>
background-color css
<style>
a { background-color: #1C6065; }
a { background-color: rgb(28,96,101); }
div.DivClassName
{
background-color: #1C6065;
}
.BgClassName
{
background-color: #1C6065;
}
</style>
border-color css
<style>
span { border-color: #1C6065; }
span { border-color: rgb(28,96,101); }
td.TdClassName
{
border-color: #1C6065;
}
.TagClassName
{
border-color: #1C6065;
}
</style>