Shades of Blue Stone #116269
Tints of Blue Stone #116269
RGB
CMYK
RGB Variations
Color information
#116269 (or 0x116269) is known color: Blue Stone. HEX triplet: 11, 62 and 69. RGB value is (17,98,105). Sum of RGB (Red+Green+Blue) = 17+98+105=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #116269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116269 is #EE9D96. Grayscale: #4A4A4A. Windows color (decimal): -15637911 or 6906385. OLE color: 6906385.
HSL color Cylindrical-coordinate representation of color #116269: hue angle of 184.77º 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 #116269 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 98 | 105 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.59 |
| HSL | 184.77º | 0.72% | 0.24% | - |
| HSV(B) | 184.77º | 0.84% | 0.41% | - |
| XYZ | 7.15 | 9.87 | 14.89 | - |
| YUV | 74.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 105 | 0.84 | 0.07 | 0 | 0.59 | 184.77 | 0.72 | 0.24 |
| Hex | 11 | 62 | 69 | 54 | 7 | 0 | 3B | B9 | 48 | 18 |
| Octal | 21 | 142 | 151 | 124 | 7 | 0 | 73 | 271 | 110 | 30 |
| Binary | 10001 | 1100010 | 1101001 | 1010100 | 111 | 0 | 111011 | 10111001 | 1001000 | 11000 |
Color Harmonies of #116269
Complementary color
Monochromatic Colors of #116269
Black with #116269
Text Example
Text Example
White with #116269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116269; }
p { color: rgb(17,98,105); }
H1.HeaderClassName
{
color: #116269;
}
.AnyTagClassName
{
color: #116269;
}
</style>
background-color css
<style>
a { background-color: #116269; }
a { background-color: rgb(17,98,105); }
div.DivClassName
{
background-color: #116269;
}
.BgClassName
{
background-color: #116269;
}
</style>
border-color css
<style>
span { border-color: #116269; }
span { border-color: rgb(17,98,105); }
td.TdClassName
{
border-color: #116269;
}
.TagClassName
{
border-color: #116269;
}
</style>