Shades of Blue Stone #165964
Tints of Blue Stone #165964
RGB
CMYK
RGB Variations
Color information
#165964 (or 0x165964) is known color: Blue Stone. HEX triplet: 16, 59 and 64. RGB value is (22,89,100). Sum of RGB (Red+Green+Blue) = 22+89+100=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #165964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165964 is #E9A69B. Grayscale: #464646. Windows color (decimal): -15312540 or 6576406. OLE color: 6576406.
HSL color Cylindrical-coordinate representation of color #165964: hue angle of 188.46º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165964 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 89 | 100 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.61 |
| HSL | 188.46º | 0.64% | 0.24% | - |
| HSV(B) | 188.46º | 0.78% | 0.39% | - |
| XYZ | 6.2 | 8.24 | 13.32 | - |
| YUV | 70.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 100 | 0.78 | 0.11 | 0 | 0.61 | 188.46 | 0.64 | 0.24 |
| Hex | 16 | 59 | 64 | 4E | B | 0 | 3D | BC | 40 | 18 |
| Octal | 26 | 131 | 144 | 116 | 13 | 0 | 75 | 274 | 100 | 30 |
| Binary | 10110 | 1011001 | 1100100 | 1001110 | 1011 | 0 | 111101 | 10111100 | 1000000 | 11000 |
Color Harmonies of #165964
Complementary color
Monochromatic Colors of #165964
Black with #165964
Text Example
Text Example
White with #165964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165964; }
p { color: rgb(22,89,100); }
H1.HeaderClassName
{
color: #165964;
}
.AnyTagClassName
{
color: #165964;
}
</style>
background-color css
<style>
a { background-color: #165964; }
a { background-color: rgb(22,89,100); }
div.DivClassName
{
background-color: #165964;
}
.BgClassName
{
background-color: #165964;
}
</style>
border-color css
<style>
span { border-color: #165964; }
span { border-color: rgb(22,89,100); }
td.TdClassName
{
border-color: #165964;
}
.TagClassName
{
border-color: #165964;
}
</style>