Shades of Blue Stone #115865
Tints of Blue Stone #115865
RGB
CMYK
RGB Variations
Color information
#115865 (or 0x115865) is known color: Blue Stone. HEX triplet: 11, 58 and 65. RGB value is (17,88,101). Sum of RGB (Red+Green+Blue) = 17+88+101=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #115865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115865 is #EEA79A. Grayscale: #444444. Windows color (decimal): -15640475 or 6641681. OLE color: 6641681.
HSL color Cylindrical-coordinate representation of color #115865: hue angle of 189.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115865 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 88 | 101 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.60 |
| HSL | 189.29º | 0.71% | 0.23% | - |
| HSV(B) | 189.29º | 0.83% | 0.4% | - |
| XYZ | 6.07 | 8.04 | 13.54 | - |
| YUV | 68.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 101 | 0.83 | 0.13 | 0 | 0.60 | 189.29 | 0.71 | 0.23 |
| Hex | 11 | 58 | 65 | 53 | D | 0 | 3C | BD | 47 | 17 |
| Octal | 21 | 130 | 145 | 123 | 15 | 0 | 74 | 275 | 107 | 27 |
| Binary | 10001 | 1011000 | 1100101 | 1010011 | 1101 | 0 | 111100 | 10111101 | 1000111 | 10111 |
Color Harmonies of #115865
Complementary color
Monochromatic Colors of #115865
Black with #115865
Text Example
Text Example
White with #115865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115865; }
p { color: rgb(17,88,101); }
H1.HeaderClassName
{
color: #115865;
}
.AnyTagClassName
{
color: #115865;
}
</style>
background-color css
<style>
a { background-color: #115865; }
a { background-color: rgb(17,88,101); }
div.DivClassName
{
background-color: #115865;
}
.BgClassName
{
background-color: #115865;
}
</style>
border-color css
<style>
span { border-color: #115865; }
span { border-color: rgb(17,88,101); }
td.TdClassName
{
border-color: #115865;
}
.TagClassName
{
border-color: #115865;
}
</style>