Shades of Blue Stone #15636C
Tints of Blue Stone #15636C
RGB
CMYK
RGB Variations
Color information
#15636C (or 0x15636C) is known color: Blue Stone. HEX triplet: 15, 63 and 6C. RGB value is (21,99,108). Sum of RGB (Red+Green+Blue) = 21+99+108=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #15636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15636C is #EA9C93. Grayscale: #4C4C4C. Windows color (decimal): -15375508 or 7103253. OLE color: 7103253.
HSL color Cylindrical-coordinate representation of color #15636C: hue angle of 186.21º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15636C is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 99 | 108 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.58 |
| HSL | 186.21º | 0.67% | 0.25% | - |
| HSV(B) | 186.21º | 0.81% | 0.42% | - |
| XYZ | 7.48 | 10.17 | 15.76 | - |
| YUV | 76.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 108 | 0.81 | 0.08 | 0 | 0.58 | 186.21 | 0.67 | 0.25 |
| Hex | 15 | 63 | 6C | 51 | 8 | 0 | 3A | BA | 43 | 19 |
| Octal | 25 | 143 | 154 | 121 | 10 | 0 | 72 | 272 | 103 | 31 |
| Binary | 10101 | 1100011 | 1101100 | 1010001 | 1000 | 0 | 111010 | 10111010 | 1000011 | 11001 |
Color Harmonies of #15636C
Complementary color
Monochromatic Colors of #15636C
Black with #15636C
Text Example
Text Example
White with #15636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15636C; }
p { color: rgb(21,99,108); }
H1.HeaderClassName
{
color: #15636C;
}
.AnyTagClassName
{
color: #15636C;
}
</style>
background-color css
<style>
a { background-color: #15636C; }
a { background-color: rgb(21,99,108); }
div.DivClassName
{
background-color: #15636C;
}
.BgClassName
{
background-color: #15636C;
}
</style>
border-color css
<style>
span { border-color: #15636C; }
span { border-color: rgb(21,99,108); }
td.TdClassName
{
border-color: #15636C;
}
.TagClassName
{
border-color: #15636C;
}
</style>