Shades of Blue Stone #1C565B
Tints of Blue Stone #1C565B
RGB
CMYK
RGB Variations
Color information
#1C565B (or 0x1C565B) is known color: Blue Stone. HEX triplet: 1C, 56 and 5B. RGB value is (28,86,91). Sum of RGB (Red+Green+Blue) = 28+86+91=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C565B is #E3A9A4. Grayscale: #454545. Windows color (decimal): -14920101 or 5985820. OLE color: 5985820.
HSL color Cylindrical-coordinate representation of color #1C565B: hue angle of 184.76º 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 #1C565B is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 86 | 91 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.64 |
| HSL | 184.76º | 0.53% | 0.23% | - |
| HSV(B) | 184.76º | 0.69% | 0.36% | - |
| XYZ | 5.7 | 7.66 | 11.08 | - |
| YUV | 69.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 91 | 0.69 | 0.05 | 0 | 0.64 | 184.76 | 0.53 | 0.23 |
| Hex | 1C | 56 | 5B | 45 | 5 | 0 | 40 | B9 | 35 | 17 |
| Octal | 34 | 126 | 133 | 105 | 5 | 0 | 100 | 271 | 65 | 27 |
| Binary | 11100 | 1010110 | 1011011 | 1000101 | 101 | 0 | 1000000 | 10111001 | 110101 | 10111 |
Color Harmonies of #1C565B
Complementary color
Monochromatic Colors of #1C565B
Black with #1C565B
Text Example
Text Example
White with #1C565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C565B; }
p { color: rgb(28,86,91); }
H1.HeaderClassName
{
color: #1C565B;
}
.AnyTagClassName
{
color: #1C565B;
}
</style>
background-color css
<style>
a { background-color: #1C565B; }
a { background-color: rgb(28,86,91); }
div.DivClassName
{
background-color: #1C565B;
}
.BgClassName
{
background-color: #1C565B;
}
</style>
border-color css
<style>
span { border-color: #1C565B; }
span { border-color: rgb(28,86,91); }
td.TdClassName
{
border-color: #1C565B;
}
.TagClassName
{
border-color: #1C565B;
}
</style>