Shades of Blue Stone #15736D
Tints of Blue Stone #15736D
RGB
CMYK
RGB Variations
Color information
#15736D (or 0x15736D) is known color: Blue Stone. HEX triplet: 15, 73 and 6D. RGB value is (21,115,109). Sum of RGB (Red+Green+Blue) = 21+115+109=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #15736D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15736D is #EA8C92. Grayscale: #565656. Windows color (decimal): -15371411 or 7172885. OLE color: 7172885.
HSL color Cylindrical-coordinate representation of color #15736D: hue angle of 176.17º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15736D is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 115 | 109 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.55 |
| HSL | 176.17º | 0.69% | 0.27% | - |
| HSV(B) | 176.17º | 0.82% | 0.45% | - |
| XYZ | 9.2 | 13.53 | 16.59 | - |
| YUV | 86.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 109 | 0.82 | 0 | 0.05 | 0.55 | 176.17 | 0.69 | 0.27 |
| Hex | 15 | 73 | 6D | 52 | 0 | 5 | 37 | B0 | 45 | 1B |
| Octal | 25 | 163 | 155 | 122 | 0 | 5 | 67 | 260 | 105 | 33 |
| Binary | 10101 | 1110011 | 1101101 | 1010010 | 0 | 101 | 110111 | 10110000 | 1000101 | 11011 |
Color Harmonies of #15736D
Complementary color
Monochromatic Colors of #15736D
Black with #15736D
Text Example
Text Example
White with #15736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15736D; }
p { color: rgb(21,115,109); }
H1.HeaderClassName
{
color: #15736D;
}
.AnyTagClassName
{
color: #15736D;
}
</style>
background-color css
<style>
a { background-color: #15736D; }
a { background-color: rgb(21,115,109); }
div.DivClassName
{
background-color: #15736D;
}
.BgClassName
{
background-color: #15736D;
}
</style>
border-color css
<style>
span { border-color: #15736D; }
span { border-color: rgb(21,115,109); }
td.TdClassName
{
border-color: #15736D;
}
.TagClassName
{
border-color: #15736D;
}
</style>