Shades of Blue Stone #175C69
Tints of Blue Stone #175C69
RGB
CMYK
RGB Variations
Color information
#175C69 (or 0x175C69) is known color: Blue Stone. HEX triplet: 17, 5C and 69. RGB value is (23,92,105). Sum of RGB (Red+Green+Blue) = 23+92+105=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #175C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C69 is #E8A396. Grayscale: #484848. Windows color (decimal): -15246231 or 6904855. OLE color: 6904855.
HSL color Cylindrical-coordinate representation of color #175C69: hue angle of 189.51º 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 #175C69 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 92 | 105 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.59 |
| HSL | 189.51º | 0.64% | 0.25% | - |
| HSV(B) | 189.51º | 0.78% | 0.41% | - |
| XYZ | 6.73 | 8.86 | 14.72 | - |
| YUV | 72.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 105 | 0.78 | 0.12 | 0 | 0.59 | 189.51 | 0.64 | 0.25 |
| Hex | 17 | 5C | 69 | 4E | C | 0 | 3B | BE | 40 | 19 |
| Octal | 27 | 134 | 151 | 116 | 14 | 0 | 73 | 276 | 100 | 31 |
| Binary | 10111 | 1011100 | 1101001 | 1001110 | 1100 | 0 | 111011 | 10111110 | 1000000 | 11001 |
Color Harmonies of #175C69
Complementary color
Monochromatic Colors of #175C69
Black with #175C69
Text Example
Text Example
White with #175C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C69; }
p { color: rgb(23,92,105); }
H1.HeaderClassName
{
color: #175C69;
}
.AnyTagClassName
{
color: #175C69;
}
</style>
background-color css
<style>
a { background-color: #175C69; }
a { background-color: rgb(23,92,105); }
div.DivClassName
{
background-color: #175C69;
}
.BgClassName
{
background-color: #175C69;
}
</style>
border-color css
<style>
span { border-color: #175C69; }
span { border-color: rgb(23,92,105); }
td.TdClassName
{
border-color: #175C69;
}
.TagClassName
{
border-color: #175C69;
}
</style>