Shades of Blue Stone #15726E
Tints of Blue Stone #15726E
RGB
CMYK
RGB Variations
Color information
#15726E (or 0x15726E) is known color: Blue Stone. HEX triplet: 15, 72 and 6E. RGB value is (21,114,110). Sum of RGB (Red+Green+Blue) = 21+114+110=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #15726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15726E is #EA8D91. Grayscale: #555555. Windows color (decimal): -15371666 or 7238165. OLE color: 7238165.
HSL color Cylindrical-coordinate representation of color #15726E: hue angle of 177.42º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15726E is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 110 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.55 |
| HSL | 177.42º | 0.69% | 0.26% | - |
| HSV(B) | 177.42º | 0.82% | 0.45% | - |
| XYZ | 9.14 | 13.32 | 16.84 | - |
| YUV | 85.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 110 | 0.82 | 0 | 0.04 | 0.55 | 177.42 | 0.69 | 0.26 |
| Hex | 15 | 72 | 6E | 52 | 0 | 4 | 37 | B1 | 45 | 1A |
| Octal | 25 | 162 | 156 | 122 | 0 | 4 | 67 | 261 | 105 | 32 |
| Binary | 10101 | 1110010 | 1101110 | 1010010 | 0 | 100 | 110111 | 10110001 | 1000101 | 11010 |
Color Harmonies of #15726E
Complementary color
Monochromatic Colors of #15726E
Black with #15726E
Text Example
Text Example
White with #15726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15726E; }
p { color: rgb(21,114,110); }
H1.HeaderClassName
{
color: #15726E;
}
.AnyTagClassName
{
color: #15726E;
}
</style>
background-color css
<style>
a { background-color: #15726E; }
a { background-color: rgb(21,114,110); }
div.DivClassName
{
background-color: #15726E;
}
.BgClassName
{
background-color: #15726E;
}
</style>
border-color css
<style>
span { border-color: #15726E; }
span { border-color: rgb(21,114,110); }
td.TdClassName
{
border-color: #15726E;
}
.TagClassName
{
border-color: #15726E;
}
</style>