Shades of Blue Stone #156265
Tints of Blue Stone #156265
RGB
CMYK
RGB Variations
Color information
#156265 (or 0x156265) is known color: Blue Stone. HEX triplet: 15, 62 and 65. RGB value is (21,98,101). Sum of RGB (Red+Green+Blue) = 21+98+101=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #156265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156265 is #EA9D9A. Grayscale: #4B4B4B. Windows color (decimal): -15375771 or 6644245. OLE color: 6644245.
HSL color Cylindrical-coordinate representation of color #156265: hue angle of 182.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156265 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 98 | 101 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.60 |
| HSL | 182.25º | 0.66% | 0.24% | - |
| HSV(B) | 182.25º | 0.79% | 0.4% | - |
| XYZ | 7.03 | 9.83 | 13.84 | - |
| YUV | 75.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 101 | 0.79 | 0.03 | 0 | 0.60 | 182.25 | 0.66 | 0.24 |
| Hex | 15 | 62 | 65 | 4F | 3 | 0 | 3C | B6 | 42 | 18 |
| Octal | 25 | 142 | 145 | 117 | 3 | 0 | 74 | 266 | 102 | 30 |
| Binary | 10101 | 1100010 | 1100101 | 1001111 | 11 | 0 | 111100 | 10110110 | 1000010 | 11000 |
Color Harmonies of #156265
Complementary color
Monochromatic Colors of #156265
Black with #156265
Text Example
Text Example
White with #156265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156265; }
p { color: rgb(21,98,101); }
H1.HeaderClassName
{
color: #156265;
}
.AnyTagClassName
{
color: #156265;
}
</style>
background-color css
<style>
a { background-color: #156265; }
a { background-color: rgb(21,98,101); }
div.DivClassName
{
background-color: #156265;
}
.BgClassName
{
background-color: #156265;
}
</style>
border-color css
<style>
span { border-color: #156265; }
span { border-color: rgb(21,98,101); }
td.TdClassName
{
border-color: #156265;
}
.TagClassName
{
border-color: #156265;
}
</style>