Shades of Blue Stone #175A69
Tints of Blue Stone #175A69
RGB
CMYK
RGB Variations
Color information
#175A69 (or 0x175A69) is known color: Blue Stone. HEX triplet: 17, 5A and 69. RGB value is (23,90,105). Sum of RGB (Red+Green+Blue) = 23+90+105=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #175A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A69 is #E8A596. Grayscale: #474747. Windows color (decimal): -15246743 or 6904343. OLE color: 6904343.
HSL color Cylindrical-coordinate representation of color #175A69: hue angle of 190.98º 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 #175A69 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 90 | 105 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.59 |
| HSL | 190.98º | 0.64% | 0.25% | - |
| HSV(B) | 190.98º | 0.78% | 0.41% | - |
| XYZ | 6.56 | 8.51 | 14.66 | - |
| YUV | 71.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 105 | 0.78 | 0.14 | 0 | 0.59 | 190.98 | 0.64 | 0.25 |
| Hex | 17 | 5A | 69 | 4E | E | 0 | 3B | BF | 40 | 19 |
| Octal | 27 | 132 | 151 | 116 | 16 | 0 | 73 | 277 | 100 | 31 |
| Binary | 10111 | 1011010 | 1101001 | 1001110 | 1110 | 0 | 111011 | 10111111 | 1000000 | 11001 |
Color Harmonies of #175A69
Complementary color
Monochromatic Colors of #175A69
Black with #175A69
Text Example
Text Example
White with #175A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A69; }
p { color: rgb(23,90,105); }
H1.HeaderClassName
{
color: #175A69;
}
.AnyTagClassName
{
color: #175A69;
}
</style>
background-color css
<style>
a { background-color: #175A69; }
a { background-color: rgb(23,90,105); }
div.DivClassName
{
background-color: #175A69;
}
.BgClassName
{
background-color: #175A69;
}
</style>
border-color css
<style>
span { border-color: #175A69; }
span { border-color: rgb(23,90,105); }
td.TdClassName
{
border-color: #175A69;
}
.TagClassName
{
border-color: #175A69;
}
</style>