Shades of Blue Stone #15696B
Tints of Blue Stone #15696B
RGB
CMYK
RGB Variations
Color information
#15696B (or 0x15696B) is known color: Blue Stone. HEX triplet: 15, 69 and 6B. RGB value is (21,105,107). Sum of RGB (Red+Green+Blue) = 21+105+107=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #15696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15696B is #EA9694. Grayscale: #505050. Windows color (decimal): -15373973 or 7039253. OLE color: 7039253.
HSL color Cylindrical-coordinate representation of color #15696B: hue angle of 181.4º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15696B is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 105 | 107 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.58 |
| HSL | 181.4º | 0.67% | 0.25% | - |
| HSV(B) | 181.4º | 0.8% | 0.42% | - |
| XYZ | 8.01 | 11.32 | 15.67 | - |
| YUV | 80.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 107 | 0.80 | 0.02 | 0 | 0.58 | 181.4 | 0.67 | 0.25 |
| Hex | 15 | 69 | 6B | 50 | 2 | 0 | 3A | B5 | 43 | 19 |
| Octal | 25 | 151 | 153 | 120 | 2 | 0 | 72 | 265 | 103 | 31 |
| Binary | 10101 | 1101001 | 1101011 | 1010000 | 10 | 0 | 111010 | 10110101 | 1000011 | 11001 |
Color Harmonies of #15696B
Complementary color
Monochromatic Colors of #15696B
Black with #15696B
Text Example
Text Example
White with #15696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15696B; }
p { color: rgb(21,105,107); }
H1.HeaderClassName
{
color: #15696B;
}
.AnyTagClassName
{
color: #15696B;
}
</style>
background-color css
<style>
a { background-color: #15696B; }
a { background-color: rgb(21,105,107); }
div.DivClassName
{
background-color: #15696B;
}
.BgClassName
{
background-color: #15696B;
}
</style>
border-color css
<style>
span { border-color: #15696B; }
span { border-color: rgb(21,105,107); }
td.TdClassName
{
border-color: #15696B;
}
.TagClassName
{
border-color: #15696B;
}
</style>