Shades of Blue Stone #176964
Tints of Blue Stone #176964
RGB
CMYK
RGB Variations
Color information
#176964 (or 0x176964) is known color: Blue Stone. HEX triplet: 17, 69 and 64. RGB value is (23,105,100). Sum of RGB (Red+Green+Blue) = 23+105+100=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #176964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176964 is #E8969B. Grayscale: #4F4F4F. Windows color (decimal): -15242908 or 6580503. OLE color: 6580503.
HSL color Cylindrical-coordinate representation of color #176964: hue angle of 176.34º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176964 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 105 | 100 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.59 |
| HSL | 176.34º | 0.64% | 0.25% | - |
| HSV(B) | 176.34º | 0.78% | 0.41% | - |
| XYZ | 7.71 | 11.21 | 13.81 | - |
| YUV | 79.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 100 | 0.78 | 0 | 0.05 | 0.59 | 176.34 | 0.64 | 0.25 |
| Hex | 17 | 69 | 64 | 4E | 0 | 5 | 3B | B0 | 40 | 19 |
| Octal | 27 | 151 | 144 | 116 | 0 | 5 | 73 | 260 | 100 | 31 |
| Binary | 10111 | 1101001 | 1100100 | 1001110 | 0 | 101 | 111011 | 10110000 | 1000000 | 11001 |
Color Harmonies of #176964
Complementary color
Monochromatic Colors of #176964
Black with #176964
Text Example
Text Example
White with #176964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176964; }
p { color: rgb(23,105,100); }
H1.HeaderClassName
{
color: #176964;
}
.AnyTagClassName
{
color: #176964;
}
</style>
background-color css
<style>
a { background-color: #176964; }
a { background-color: rgb(23,105,100); }
div.DivClassName
{
background-color: #176964;
}
.BgClassName
{
background-color: #176964;
}
</style>
border-color css
<style>
span { border-color: #176964; }
span { border-color: rgb(23,105,100); }
td.TdClassName
{
border-color: #176964;
}
.TagClassName
{
border-color: #176964;
}
</style>