Shades of Blue Stone #1C676E
Tints of Blue Stone #1C676E
RGB
CMYK
RGB Variations
Color information
#1C676E (or 0x1C676E) is known color: Blue Stone. HEX triplet: 1C, 67 and 6E. RGB value is (28,103,110). Sum of RGB (Red+Green+Blue) = 28+103+110=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C676E is #E39891. Grayscale: #515151. Windows color (decimal): -14915730 or 7235356. OLE color: 7235356.
HSL color Cylindrical-coordinate representation of color #1C676E: hue angle of 185.12º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C676E is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 103 | 110 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.57 |
| HSL | 185.12º | 0.59% | 0.27% | - |
| HSV(B) | 185.12º | 0.75% | 0.43% | - |
| XYZ | 8.14 | 11.07 | 16.46 | - |
| YUV | 81.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 103 | 110 | 0.75 | 0.06 | 0 | 0.57 | 185.12 | 0.59 | 0.27 |
| Hex | 1C | 67 | 6E | 4B | 6 | 0 | 39 | B9 | 3B | 1B |
| Octal | 34 | 147 | 156 | 113 | 6 | 0 | 71 | 271 | 73 | 33 |
| Binary | 11100 | 1100111 | 1101110 | 1001011 | 110 | 0 | 111001 | 10111001 | 111011 | 11011 |
Color Harmonies of #1C676E
Complementary color
Monochromatic Colors of #1C676E
Black with #1C676E
Text Example
Text Example
White with #1C676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C676E; }
p { color: rgb(28,103,110); }
H1.HeaderClassName
{
color: #1C676E;
}
.AnyTagClassName
{
color: #1C676E;
}
</style>
background-color css
<style>
a { background-color: #1C676E; }
a { background-color: rgb(28,103,110); }
div.DivClassName
{
background-color: #1C676E;
}
.BgClassName
{
background-color: #1C676E;
}
</style>
border-color css
<style>
span { border-color: #1C676E; }
span { border-color: rgb(28,103,110); }
td.TdClassName
{
border-color: #1C676E;
}
.TagClassName
{
border-color: #1C676E;
}
</style>