Shades of Blue Stone #175865
Tints of Blue Stone #175865
RGB
CMYK
RGB Variations
Color information
#175865 (or 0x175865) is known color: Blue Stone. HEX triplet: 17, 58 and 65. RGB value is (23,88,101). Sum of RGB (Red+Green+Blue) = 23+88+101=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #175865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175865 is #E8A79A. Grayscale: #454545. Windows color (decimal): -15247259 or 6641687. OLE color: 6641687.
HSL color Cylindrical-coordinate representation of color #175865: hue angle of 190º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175865 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 88 | 101 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.60 |
| HSL | 190º | 0.63% | 0.24% | - |
| HSV(B) | 190º | 0.77% | 0.4% | - |
| XYZ | 6.19 | 8.1 | 13.55 | - |
| YUV | 70.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 101 | 0.77 | 0.13 | 0 | 0.60 | 190 | 0.63 | 0.24 |
| Hex | 17 | 58 | 65 | 4D | D | 0 | 3C | BE | 3F | 18 |
| Octal | 27 | 130 | 145 | 115 | 15 | 0 | 74 | 276 | 77 | 30 |
| Binary | 10111 | 1011000 | 1100101 | 1001101 | 1101 | 0 | 111100 | 10111110 | 111111 | 11000 |
Color Harmonies of #175865
Complementary color
Monochromatic Colors of #175865
Black with #175865
Text Example
Text Example
White with #175865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175865; }
p { color: rgb(23,88,101); }
H1.HeaderClassName
{
color: #175865;
}
.AnyTagClassName
{
color: #175865;
}
</style>
background-color css
<style>
a { background-color: #175865; }
a { background-color: rgb(23,88,101); }
div.DivClassName
{
background-color: #175865;
}
.BgClassName
{
background-color: #175865;
}
</style>
border-color css
<style>
span { border-color: #175865; }
span { border-color: rgb(23,88,101); }
td.TdClassName
{
border-color: #175865;
}
.TagClassName
{
border-color: #175865;
}
</style>