Shades of Blue Stone #176665
Tints of Blue Stone #176665
RGB
CMYK
RGB Variations
Color information
#176665 (or 0x176665) is known color: Blue Stone. HEX triplet: 17, 66 and 65. RGB value is (23,102,101). Sum of RGB (Red+Green+Blue) = 23+102+101=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #176665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176665 is #E8999A. Grayscale: #4E4E4E. Windows color (decimal): -15243675 or 6645271. OLE color: 6645271.
HSL color Cylindrical-coordinate representation of color #176665: hue angle of 179.24º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176665 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 102 | 101 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.6 |
| HSL | 179.24º | 0.63% | 0.25% | - |
| HSV(B) | 179.24º | 0.77% | 0.4% | - |
| XYZ | 7.45 | 10.62 | 13.97 | - |
| YUV | 78.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 101 | 0.77 | 0 | 0.01 | 0.6 | 179.24 | 0.63 | 0.25 |
| Hex | 17 | 66 | 65 | 4D | 0 | 1 | 3C | B3 | 3F | 19 |
| Octal | 27 | 146 | 145 | 115 | 0 | 1 | 74 | 263 | 77 | 31 |
| Binary | 10111 | 1100110 | 1100101 | 1001101 | 0 | 1 | 111100 | 10110011 | 111111 | 11001 |
Color Harmonies of #176665
Complementary color
Monochromatic Colors of #176665
Black with #176665
Text Example
Text Example
White with #176665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176665; }
p { color: rgb(23,102,101); }
H1.HeaderClassName
{
color: #176665;
}
.AnyTagClassName
{
color: #176665;
}
</style>
background-color css
<style>
a { background-color: #176665; }
a { background-color: rgb(23,102,101); }
div.DivClassName
{
background-color: #176665;
}
.BgClassName
{
background-color: #176665;
}
</style>
border-color css
<style>
span { border-color: #176665; }
span { border-color: rgb(23,102,101); }
td.TdClassName
{
border-color: #176665;
}
.TagClassName
{
border-color: #176665;
}
</style>