Shades of Blue Stone #15626E
Tints of Blue Stone #15626E
RGB
CMYK
RGB Variations
Color information
#15626E (or 0x15626E) is known color: Blue Stone. HEX triplet: 15, 62 and 6E. RGB value is (21,98,110). Sum of RGB (Red+Green+Blue) = 21+98+110=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #15626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15626E is #EA9D91. Grayscale: #4C4C4C. Windows color (decimal): -15375762 or 7234069. OLE color: 7234069.
HSL color Cylindrical-coordinate representation of color #15626E: hue angle of 188.09º 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 #15626E is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 98 | 110 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.57 |
| HSL | 188.09º | 0.68% | 0.26% | - |
| HSV(B) | 188.09º | 0.81% | 0.43% | - |
| XYZ | 7.49 | 10.02 | 16.29 | - |
| YUV | 76.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 110 | 0.81 | 0.11 | 0 | 0.57 | 188.09 | 0.68 | 0.26 |
| Hex | 15 | 62 | 6E | 51 | B | 0 | 39 | BC | 44 | 1A |
| Octal | 25 | 142 | 156 | 121 | 13 | 0 | 71 | 274 | 104 | 32 |
| Binary | 10101 | 1100010 | 1101110 | 1010001 | 1011 | 0 | 111001 | 10111100 | 1000100 | 11010 |
Color Harmonies of #15626E
Complementary color
Monochromatic Colors of #15626E
Black with #15626E
Text Example
Text Example
White with #15626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15626E; }
p { color: rgb(21,98,110); }
H1.HeaderClassName
{
color: #15626E;
}
.AnyTagClassName
{
color: #15626E;
}
</style>
background-color css
<style>
a { background-color: #15626E; }
a { background-color: rgb(21,98,110); }
div.DivClassName
{
background-color: #15626E;
}
.BgClassName
{
background-color: #15626E;
}
</style>
border-color css
<style>
span { border-color: #15626E; }
span { border-color: rgb(21,98,110); }
td.TdClassName
{
border-color: #15626E;
}
.TagClassName
{
border-color: #15626E;
}
</style>