Shades of Blue Stone #185765
Tints of Blue Stone #185765
RGB
CMYK
RGB Variations
Color information
#185765 (or 0x185765) is known color: Blue Stone. HEX triplet: 18, 57 and 65. RGB value is (24,87,101). Sum of RGB (Red+Green+Blue) = 24+87+101=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 87 (34.38% from 255 or 41.04% 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 #185765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185765 is #E7A89A. Grayscale: #454545. Windows color (decimal): -15181979 or 6641432. OLE color: 6641432.
HSL color Cylindrical-coordinate representation of color #185765: hue angle of 190.91º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185765 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 87 | 101 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.60 |
| HSL | 190.91º | 0.62% | 0.25% | - |
| HSV(B) | 190.91º | 0.76% | 0.4% | - |
| XYZ | 6.13 | 7.95 | 13.52 | - |
| YUV | 69.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 101 | 0.76 | 0.14 | 0 | 0.60 | 190.91 | 0.62 | 0.25 |
| Hex | 18 | 57 | 65 | 4C | E | 0 | 3C | BF | 3E | 19 |
| Octal | 30 | 127 | 145 | 114 | 16 | 0 | 74 | 277 | 76 | 31 |
| Binary | 11000 | 1010111 | 1100101 | 1001100 | 1110 | 0 | 111100 | 10111111 | 111110 | 11001 |
Color Harmonies of #185765
Complementary color
Monochromatic Colors of #185765
Black with #185765
Text Example
Text Example
White with #185765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185765; }
p { color: rgb(24,87,101); }
H1.HeaderClassName
{
color: #185765;
}
.AnyTagClassName
{
color: #185765;
}
</style>
background-color css
<style>
a { background-color: #185765; }
a { background-color: rgb(24,87,101); }
div.DivClassName
{
background-color: #185765;
}
.BgClassName
{
background-color: #185765;
}
</style>
border-color css
<style>
span { border-color: #185765; }
span { border-color: rgb(24,87,101); }
td.TdClassName
{
border-color: #185765;
}
.TagClassName
{
border-color: #185765;
}
</style>