Shades of Blue Stone #175E6C
Tints of Blue Stone #175E6C
RGB
CMYK
RGB Variations
Color information
#175E6C (or 0x175E6C) is known color: Blue Stone. HEX triplet: 17, 5E and 6C. RGB value is (23,94,108). Sum of RGB (Red+Green+Blue) = 23+94+108=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #175E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E6C is #E8A193. Grayscale: #4A4A4A. Windows color (decimal): -15245716 or 7101975. OLE color: 7101975.
HSL color Cylindrical-coordinate representation of color #175E6C: hue angle of 189.88º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175E6C is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 94 | 108 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.58 |
| HSL | 189.88º | 0.65% | 0.26% | - |
| HSV(B) | 189.88º | 0.79% | 0.42% | - |
| XYZ | 7.06 | 9.27 | 15.6 | - |
| YUV | 74.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 108 | 0.79 | 0.13 | 0 | 0.58 | 189.88 | 0.65 | 0.26 |
| Hex | 17 | 5E | 6C | 4F | D | 0 | 3A | BE | 41 | 1A |
| Octal | 27 | 136 | 154 | 117 | 15 | 0 | 72 | 276 | 101 | 32 |
| Binary | 10111 | 1011110 | 1101100 | 1001111 | 1101 | 0 | 111010 | 10111110 | 1000001 | 11010 |
Color Harmonies of #175E6C
Complementary color
Monochromatic Colors of #175E6C
Black with #175E6C
Text Example
Text Example
White with #175E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E6C; }
p { color: rgb(23,94,108); }
H1.HeaderClassName
{
color: #175E6C;
}
.AnyTagClassName
{
color: #175E6C;
}
</style>
background-color css
<style>
a { background-color: #175E6C; }
a { background-color: rgb(23,94,108); }
div.DivClassName
{
background-color: #175E6C;
}
.BgClassName
{
background-color: #175E6C;
}
</style>
border-color css
<style>
span { border-color: #175E6C; }
span { border-color: rgb(23,94,108); }
td.TdClassName
{
border-color: #175E6C;
}
.TagClassName
{
border-color: #175E6C;
}
</style>