Shades of Blue Stone #1B5963
Tints of Blue Stone #1B5963
RGB
CMYK
RGB Variations
Color information
#1B5963 (or 0x1B5963) is known color: Blue Stone. HEX triplet: 1B, 59 and 63. RGB value is (27,89,99). Sum of RGB (Red+Green+Blue) = 27+89+99=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5963 is #E4A69C. Grayscale: #474747. Windows color (decimal): -14984861 or 6510875. OLE color: 6510875.
HSL color Cylindrical-coordinate representation of color #1B5963: hue angle of 188.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5963 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 89 | 99 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.61 |
| HSL | 188.33º | 0.57% | 0.25% | - |
| HSV(B) | 188.33º | 0.73% | 0.39% | - |
| XYZ | 6.28 | 8.28 | 13.07 | - |
| YUV | 71.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 99 | 0.73 | 0.10 | 0 | 0.61 | 188.33 | 0.57 | 0.25 |
| Hex | 1B | 59 | 63 | 49 | A | 0 | 3D | BC | 39 | 19 |
| Octal | 33 | 131 | 143 | 111 | 12 | 0 | 75 | 274 | 71 | 31 |
| Binary | 11011 | 1011001 | 1100011 | 1001001 | 1010 | 0 | 111101 | 10111100 | 111001 | 11001 |
Color Harmonies of #1B5963
Complementary color
Monochromatic Colors of #1B5963
Black with #1B5963
Text Example
Text Example
White with #1B5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5963; }
p { color: rgb(27,89,99); }
H1.HeaderClassName
{
color: #1B5963;
}
.AnyTagClassName
{
color: #1B5963;
}
</style>
background-color css
<style>
a { background-color: #1B5963; }
a { background-color: rgb(27,89,99); }
div.DivClassName
{
background-color: #1B5963;
}
.BgClassName
{
background-color: #1B5963;
}
</style>
border-color css
<style>
span { border-color: #1B5963; }
span { border-color: rgb(27,89,99); }
td.TdClassName
{
border-color: #1B5963;
}
.TagClassName
{
border-color: #1B5963;
}
</style>