Shades of Blue Stone #15636E
Tints of Blue Stone #15636E
RGB
CMYK
RGB Variations
Color information
#15636E (or 0x15636E) is known color: Blue Stone. HEX triplet: 15, 63 and 6E. RGB value is (21,99,110). Sum of RGB (Red+Green+Blue) = 21+99+110=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #15636E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15636E is #EA9C91. Grayscale: #4C4C4C. Windows color (decimal): -15375506 or 7234325. OLE color: 7234325.
HSL color Cylindrical-coordinate representation of color #15636E: hue angle of 187.42º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15636E is Cyan = 0.81, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 99 | 110 | - |
| CMYK | 0.81 | 0.1 | 0 | 0.57 |
| HSL | 187.42º | 0.68% | 0.26% | - |
| HSV(B) | 187.42º | 0.81% | 0.43% | - |
| XYZ | 7.59 | 10.21 | 16.32 | - |
| YUV | 76.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 110 | 0.81 | 0.1 | 0 | 0.57 | 187.42 | 0.68 | 0.26 |
| Hex | 15 | 63 | 6E | 51 | A | 0 | 39 | BB | 44 | 1A |
| Octal | 25 | 143 | 156 | 121 | 12 | 0 | 71 | 273 | 104 | 32 |
| Binary | 10101 | 1100011 | 1101110 | 1010001 | 1010 | 0 | 111001 | 10111011 | 1000100 | 11010 |
Color Harmonies of #15636E
Complementary color
Monochromatic Colors of #15636E
Black with #15636E
Text Example
Text Example
White with #15636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15636E; }
p { color: rgb(21,99,110); }
H1.HeaderClassName
{
color: #15636E;
}
.AnyTagClassName
{
color: #15636E;
}
</style>
background-color css
<style>
a { background-color: #15636E; }
a { background-color: rgb(21,99,110); }
div.DivClassName
{
background-color: #15636E;
}
.BgClassName
{
background-color: #15636E;
}
</style>
border-color css
<style>
span { border-color: #15636E; }
span { border-color: rgb(21,99,110); }
td.TdClassName
{
border-color: #15636E;
}
.TagClassName
{
border-color: #15636E;
}
</style>