Shades of Blue Stone #1C555B
Tints of Blue Stone #1C555B
RGB
CMYK
RGB Variations
Color information
#1C555B (or 0x1C555B) is known color: Blue Stone. HEX triplet: 1C, 55 and 5B. RGB value is (28,85,91). Sum of RGB (Red+Green+Blue) = 28+85+91=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C555B is #E3AAA4. Grayscale: #444444. Windows color (decimal): -14920357 or 5985564. OLE color: 5985564.
HSL color Cylindrical-coordinate representation of color #1C555B: hue angle of 185.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C555B is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 85 | 91 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.64 |
| HSL | 185.71º | 0.53% | 0.23% | - |
| HSV(B) | 185.71º | 0.69% | 0.36% | - |
| XYZ | 5.62 | 7.5 | 11.05 | - |
| YUV | 68.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 91 | 0.69 | 0.07 | 0 | 0.64 | 185.71 | 0.53 | 0.23 |
| Hex | 1C | 55 | 5B | 45 | 7 | 0 | 40 | BA | 35 | 17 |
| Octal | 34 | 125 | 133 | 105 | 7 | 0 | 100 | 272 | 65 | 27 |
| Binary | 11100 | 1010101 | 1011011 | 1000101 | 111 | 0 | 1000000 | 10111010 | 110101 | 10111 |
Color Harmonies of #1C555B
Complementary color
Monochromatic Colors of #1C555B
Black with #1C555B
Text Example
Text Example
White with #1C555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C555B; }
p { color: rgb(28,85,91); }
H1.HeaderClassName
{
color: #1C555B;
}
.AnyTagClassName
{
color: #1C555B;
}
</style>
background-color css
<style>
a { background-color: #1C555B; }
a { background-color: rgb(28,85,91); }
div.DivClassName
{
background-color: #1C555B;
}
.BgClassName
{
background-color: #1C555B;
}
</style>
border-color css
<style>
span { border-color: #1C555B; }
span { border-color: rgb(28,85,91); }
td.TdClassName
{
border-color: #1C555B;
}
.TagClassName
{
border-color: #1C555B;
}
</style>