Shades of Blue Stone #155664
Tints of Blue Stone #155664
RGB
CMYK
RGB Variations
Color information
#155664 (or 0x155664) is known color: Blue Stone. HEX triplet: 15, 56 and 64. RGB value is (21,86,100). Sum of RGB (Red+Green+Blue) = 21+86+100=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #155664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155664 is #EAA99B. Grayscale: #444444. Windows color (decimal): -15378844 or 6575637. OLE color: 6575637.
HSL color Cylindrical-coordinate representation of color #155664: hue angle of 190.63º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155664 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 86 | 100 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.61 |
| HSL | 190.63º | 0.65% | 0.24% | - |
| HSV(B) | 190.63º | 0.79% | 0.39% | - |
| XYZ | 5.94 | 7.74 | 13.24 | - |
| YUV | 68.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 100 | 0.79 | 0.14 | 0 | 0.61 | 190.63 | 0.65 | 0.24 |
| Hex | 15 | 56 | 64 | 4F | E | 0 | 3D | BF | 41 | 18 |
| Octal | 25 | 126 | 144 | 117 | 16 | 0 | 75 | 277 | 101 | 30 |
| Binary | 10101 | 1010110 | 1100100 | 1001111 | 1110 | 0 | 111101 | 10111111 | 1000001 | 11000 |
Color Harmonies of #155664
Complementary color
Monochromatic Colors of #155664
Black with #155664
Text Example
Text Example
White with #155664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155664; }
p { color: rgb(21,86,100); }
H1.HeaderClassName
{
color: #155664;
}
.AnyTagClassName
{
color: #155664;
}
</style>
background-color css
<style>
a { background-color: #155664; }
a { background-color: rgb(21,86,100); }
div.DivClassName
{
background-color: #155664;
}
.BgClassName
{
background-color: #155664;
}
</style>
border-color css
<style>
span { border-color: #155664; }
span { border-color: rgb(21,86,100); }
td.TdClassName
{
border-color: #155664;
}
.TagClassName
{
border-color: #155664;
}
</style>