Shades of Blue Stone #115461
Tints of Blue Stone #115461
RGB
CMYK
RGB Variations
Color information
#115461 (or 0x115461) is known color: Blue Stone. HEX triplet: 11, 54 and 61. RGB value is (17,84,97). Sum of RGB (Red+Green+Blue) = 17+84+97=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #115461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115461 is #EEAB9E. Grayscale: #414141. Windows color (decimal): -15641503 or 6378513. OLE color: 6378513.
HSL color Cylindrical-coordinate representation of color #115461: hue angle of 189.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115461 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 84 | 97 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.62 |
| HSL | 189.75º | 0.7% | 0.22% | - |
| HSV(B) | 189.75º | 0.82% | 0.38% | - |
| XYZ | 5.56 | 7.32 | 12.43 | - |
| YUV | 65.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 97 | 0.82 | 0.13 | 0 | 0.62 | 189.75 | 0.7 | 0.22 |
| Hex | 11 | 54 | 61 | 52 | D | 0 | 3E | BE | 46 | 16 |
| Octal | 21 | 124 | 141 | 122 | 15 | 0 | 76 | 276 | 106 | 26 |
| Binary | 10001 | 1010100 | 1100001 | 1010010 | 1101 | 0 | 111110 | 10111110 | 1000110 | 10110 |
Color Harmonies of #115461
Complementary color
Monochromatic Colors of #115461
Black with #115461
Text Example
Text Example
White with #115461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115461; }
p { color: rgb(17,84,97); }
H1.HeaderClassName
{
color: #115461;
}
.AnyTagClassName
{
color: #115461;
}
</style>
background-color css
<style>
a { background-color: #115461; }
a { background-color: rgb(17,84,97); }
div.DivClassName
{
background-color: #115461;
}
.BgClassName
{
background-color: #115461;
}
</style>
border-color css
<style>
span { border-color: #115461; }
span { border-color: rgb(17,84,97); }
td.TdClassName
{
border-color: #115461;
}
.TagClassName
{
border-color: #115461;
}
</style>