Shades of Blue Stone #15626D
Tints of Blue Stone #15626D
RGB
CMYK
RGB Variations
Color information
#15626D (or 0x15626D) is known color: Blue Stone. HEX triplet: 15, 62 and 6D. RGB value is (21,98,109). Sum of RGB (Red+Green+Blue) = 21+98+109=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #15626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15626D is #EA9D92. Grayscale: #4C4C4C. Windows color (decimal): -15375763 or 7168533. OLE color: 7168533.
HSL color Cylindrical-coordinate representation of color #15626D: hue angle of 187.5º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15626D is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 98 | 109 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.57 |
| HSL | 187.5º | 0.68% | 0.25% | - |
| HSV(B) | 187.5º | 0.81% | 0.43% | - |
| XYZ | 7.44 | 10 | 16.01 | - |
| YUV | 76.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 109 | 0.81 | 0.10 | 0 | 0.57 | 187.5 | 0.68 | 0.25 |
| Hex | 15 | 62 | 6D | 51 | A | 0 | 39 | BC | 44 | 19 |
| Octal | 25 | 142 | 155 | 121 | 12 | 0 | 71 | 274 | 104 | 31 |
| Binary | 10101 | 1100010 | 1101101 | 1010001 | 1010 | 0 | 111001 | 10111100 | 1000100 | 11001 |
Color Harmonies of #15626D
Complementary color
Monochromatic Colors of #15626D
Black with #15626D
Text Example
Text Example
White with #15626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15626D; }
p { color: rgb(21,98,109); }
H1.HeaderClassName
{
color: #15626D;
}
.AnyTagClassName
{
color: #15626D;
}
</style>
background-color css
<style>
a { background-color: #15626D; }
a { background-color: rgb(21,98,109); }
div.DivClassName
{
background-color: #15626D;
}
.BgClassName
{
background-color: #15626D;
}
</style>
border-color css
<style>
span { border-color: #15626D; }
span { border-color: rgb(21,98,109); }
td.TdClassName
{
border-color: #15626D;
}
.TagClassName
{
border-color: #15626D;
}
</style>