Shades of Blue Stone #1C666A
Tints of Blue Stone #1C666A
RGB
CMYK
RGB Variations
Color information
#1C666A (or 0x1C666A) is known color: Blue Stone. HEX triplet: 1C, 66 and 6A. RGB value is (28,102,106). Sum of RGB (Red+Green+Blue) = 28+102+106=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C666A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C666A is #E39995. Grayscale: #505050. Windows color (decimal): -14915990 or 6972956. OLE color: 6972956.
HSL color Cylindrical-coordinate representation of color #1C666A: hue angle of 183.08º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C666A is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 102 | 106 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.58 |
| HSL | 183.08º | 0.58% | 0.26% | - |
| HSV(B) | 183.08º | 0.74% | 0.42% | - |
| XYZ | 7.83 | 10.79 | 15.31 | - |
| YUV | 80.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 106 | 0.74 | 0.04 | 0 | 0.58 | 183.08 | 0.58 | 0.26 |
| Hex | 1C | 66 | 6A | 4A | 4 | 0 | 3A | B7 | 3A | 1A |
| Octal | 34 | 146 | 152 | 112 | 4 | 0 | 72 | 267 | 72 | 32 |
| Binary | 11100 | 1100110 | 1101010 | 1001010 | 100 | 0 | 111010 | 10110111 | 111010 | 11010 |
Color Harmonies of #1C666A
Complementary color
Monochromatic Colors of #1C666A
Black with #1C666A
Text Example
Text Example
White with #1C666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C666A; }
p { color: rgb(28,102,106); }
H1.HeaderClassName
{
color: #1C666A;
}
.AnyTagClassName
{
color: #1C666A;
}
</style>
background-color css
<style>
a { background-color: #1C666A; }
a { background-color: rgb(28,102,106); }
div.DivClassName
{
background-color: #1C666A;
}
.BgClassName
{
background-color: #1C666A;
}
</style>
border-color css
<style>
span { border-color: #1C666A; }
span { border-color: rgb(28,102,106); }
td.TdClassName
{
border-color: #1C666A;
}
.TagClassName
{
border-color: #1C666A;
}
</style>