Shades of Blue Stone #115C68
Tints of Blue Stone #115C68
RGB
CMYK
RGB Variations
Color information
#115C68 (or 0x115C68) is known color: Blue Stone. HEX triplet: 11, 5C and 68. RGB value is (17,92,104). Sum of RGB (Red+Green+Blue) = 17+92+104=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #115C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C68 is #EEA397. Grayscale: #464646. Windows color (decimal): -15639448 or 6839313. OLE color: 6839313.
HSL color Cylindrical-coordinate representation of color #115C68: hue angle of 188.28º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115C68 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 92 | 104 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.59 |
| HSL | 188.28º | 0.72% | 0.24% | - |
| HSV(B) | 188.28º | 0.84% | 0.41% | - |
| XYZ | 6.56 | 8.77 | 14.44 | - |
| YUV | 70.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 104 | 0.84 | 0.12 | 0 | 0.59 | 188.28 | 0.72 | 0.24 |
| Hex | 11 | 5C | 68 | 54 | C | 0 | 3B | BC | 48 | 18 |
| Octal | 21 | 134 | 150 | 124 | 14 | 0 | 73 | 274 | 110 | 30 |
| Binary | 10001 | 1011100 | 1101000 | 1010100 | 1100 | 0 | 111011 | 10111100 | 1001000 | 11000 |
Color Harmonies of #115C68
Complementary color
Monochromatic Colors of #115C68
Black with #115C68
Text Example
Text Example
White with #115C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C68; }
p { color: rgb(17,92,104); }
H1.HeaderClassName
{
color: #115C68;
}
.AnyTagClassName
{
color: #115C68;
}
</style>
background-color css
<style>
a { background-color: #115C68; }
a { background-color: rgb(17,92,104); }
div.DivClassName
{
background-color: #115C68;
}
.BgClassName
{
background-color: #115C68;
}
</style>
border-color css
<style>
span { border-color: #115C68; }
span { border-color: rgb(17,92,104); }
td.TdClassName
{
border-color: #115C68;
}
.TagClassName
{
border-color: #115C68;
}
</style>