Shades of Blue Stone #15696F
Tints of Blue Stone #15696F
RGB
CMYK
RGB Variations
Color information
#15696F (or 0x15696F) is known color: Blue Stone. HEX triplet: 15, 69 and 6F. RGB value is (21,105,111). Sum of RGB (Red+Green+Blue) = 21+105+111=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #15696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15696F is #EA9690. Grayscale: #505050. Windows color (decimal): -15373969 or 7301397. OLE color: 7301397.
HSL color Cylindrical-coordinate representation of color #15696F: hue angle of 184º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15696F is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 105 | 111 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.56 |
| HSL | 184º | 0.68% | 0.26% | - |
| HSV(B) | 184º | 0.81% | 0.44% | - |
| XYZ | 8.23 | 11.41 | 16.81 | - |
| YUV | 80.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 111 | 0.81 | 0.05 | 0 | 0.56 | 184 | 0.68 | 0.26 |
| Hex | 15 | 69 | 6F | 51 | 5 | 0 | 38 | B8 | 44 | 1A |
| Octal | 25 | 151 | 157 | 121 | 5 | 0 | 70 | 270 | 104 | 32 |
| Binary | 10101 | 1101001 | 1101111 | 1010001 | 101 | 0 | 111000 | 10111000 | 1000100 | 11010 |
Color Harmonies of #15696F
Complementary color
Monochromatic Colors of #15696F
Black with #15696F
Text Example
Text Example
White with #15696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15696F; }
p { color: rgb(21,105,111); }
H1.HeaderClassName
{
color: #15696F;
}
.AnyTagClassName
{
color: #15696F;
}
</style>
background-color css
<style>
a { background-color: #15696F; }
a { background-color: rgb(21,105,111); }
div.DivClassName
{
background-color: #15696F;
}
.BgClassName
{
background-color: #15696F;
}
</style>
border-color css
<style>
span { border-color: #15696F; }
span { border-color: rgb(21,105,111); }
td.TdClassName
{
border-color: #15696F;
}
.TagClassName
{
border-color: #15696F;
}
</style>