Shades of Blue Stone #115764
Tints of Blue Stone #115764
RGB
CMYK
RGB Variations
Color information
#115764 (or 0x115764) is known color: Blue Stone. HEX triplet: 11, 57 and 64. RGB value is (17,87,100). Sum of RGB (Red+Green+Blue) = 17+87+100=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #115764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115764 is #EEA89B. Grayscale: #434343. Windows color (decimal): -15640732 or 6575889. OLE color: 6575889.
HSL color Cylindrical-coordinate representation of color #115764: hue angle of 189.4º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115764 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 87 | 100 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.61 |
| HSL | 189.4º | 0.71% | 0.23% | - |
| HSV(B) | 189.4º | 0.83% | 0.39% | - |
| XYZ | 5.94 | 7.86 | 13.26 | - |
| YUV | 67.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 100 | 0.83 | 0.13 | 0 | 0.61 | 189.4 | 0.71 | 0.23 |
| Hex | 11 | 57 | 64 | 53 | D | 0 | 3D | BD | 47 | 17 |
| Octal | 21 | 127 | 144 | 123 | 15 | 0 | 75 | 275 | 107 | 27 |
| Binary | 10001 | 1010111 | 1100100 | 1010011 | 1101 | 0 | 111101 | 10111101 | 1000111 | 10111 |
Color Harmonies of #115764
Complementary color
Monochromatic Colors of #115764
Black with #115764
Text Example
Text Example
White with #115764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115764; }
p { color: rgb(17,87,100); }
H1.HeaderClassName
{
color: #115764;
}
.AnyTagClassName
{
color: #115764;
}
</style>
background-color css
<style>
a { background-color: #115764; }
a { background-color: rgb(17,87,100); }
div.DivClassName
{
background-color: #115764;
}
.BgClassName
{
background-color: #115764;
}
</style>
border-color css
<style>
span { border-color: #115764; }
span { border-color: rgb(17,87,100); }
td.TdClassName
{
border-color: #115764;
}
.TagClassName
{
border-color: #115764;
}
</style>