Shades of Blue Stone #176B5D
Tints of Blue Stone #176B5D
RGB
CMYK
RGB Variations
Color information
#176B5D (or 0x176B5D) is known color: Blue Stone. HEX triplet: 17, 6B and 5D. RGB value is (23,107,93). Sum of RGB (Red+Green+Blue) = 23+107+93=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #176B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176B5D is #E894A2. Grayscale: #505050. Windows color (decimal): -15242403 or 6122263. OLE color: 6122263.
HSL color Cylindrical-coordinate representation of color #176B5D: hue angle of 170º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176B5D is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 107 | 93 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.58 |
| HSL | 170º | 0.65% | 0.25% | - |
| HSV(B) | 170º | 0.79% | 0.42% | - |
| XYZ | 7.59 | 11.49 | 12.17 | - |
| YUV | 80.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 93 | 0.79 | 0 | 0.13 | 0.58 | 170 | 0.65 | 0.25 |
| Hex | 17 | 6B | 5D | 4F | 0 | D | 3A | AA | 41 | 19 |
| Octal | 27 | 153 | 135 | 117 | 0 | 15 | 72 | 252 | 101 | 31 |
| Binary | 10111 | 1101011 | 1011101 | 1001111 | 0 | 1101 | 111010 | 10101010 | 1000001 | 11001 |
Color Harmonies of #176B5D
Complementary color
Monochromatic Colors of #176B5D
Black with #176B5D
Text Example
Text Example
White with #176B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176B5D; }
p { color: rgb(23,107,93); }
H1.HeaderClassName
{
color: #176B5D;
}
.AnyTagClassName
{
color: #176B5D;
}
</style>
background-color css
<style>
a { background-color: #176B5D; }
a { background-color: rgb(23,107,93); }
div.DivClassName
{
background-color: #176B5D;
}
.BgClassName
{
background-color: #176B5D;
}
</style>
border-color css
<style>
span { border-color: #176B5D; }
span { border-color: rgb(23,107,93); }
td.TdClassName
{
border-color: #176B5D;
}
.TagClassName
{
border-color: #176B5D;
}
</style>