Shades of Blue Stone #1C6665
Tints of Blue Stone #1C6665
RGB
CMYK
RGB Variations
Color information
#1C6665 (or 0x1C6665) is known color: Blue Stone. HEX triplet: 1C, 66 and 65. RGB value is (28,102,101). Sum of RGB (Red+Green+Blue) = 28+102+101=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6665 is #E3999A. Grayscale: #4F4F4F. Windows color (decimal): -14915995 or 6645276. OLE color: 6645276.
HSL color Cylindrical-coordinate representation of color #1C6665: hue angle of 179.19º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6665 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 101 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.6 |
| HSL | 179.19º | 0.57% | 0.25% | - |
| HSV(B) | 179.19º | 0.73% | 0.4% | - |
| XYZ | 7.58 | 10.69 | 13.98 | - |
| YUV | 79.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 101 | 0.73 | 0 | 0.01 | 0.6 | 179.19 | 0.57 | 0.25 |
| Hex | 1C | 66 | 65 | 49 | 0 | 1 | 3C | B3 | 39 | 19 |
| Octal | 34 | 146 | 145 | 111 | 0 | 1 | 74 | 263 | 71 | 31 |
| Binary | 11100 | 1100110 | 1100101 | 1001001 | 0 | 1 | 111100 | 10110011 | 111001 | 11001 |
Color Harmonies of #1C6665
Complementary color
Monochromatic Colors of #1C6665
Black with #1C6665
Text Example
Text Example
White with #1C6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6665; }
p { color: rgb(28,102,101); }
H1.HeaderClassName
{
color: #1C6665;
}
.AnyTagClassName
{
color: #1C6665;
}
</style>
background-color css
<style>
a { background-color: #1C6665; }
a { background-color: rgb(28,102,101); }
div.DivClassName
{
background-color: #1C6665;
}
.BgClassName
{
background-color: #1C6665;
}
</style>
border-color css
<style>
span { border-color: #1C6665; }
span { border-color: rgb(28,102,101); }
td.TdClassName
{
border-color: #1C6665;
}
.TagClassName
{
border-color: #1C6665;
}
</style>