Shades of Blue Stone #185968
Tints of Blue Stone #185968
RGB
CMYK
RGB Variations
Color information
#185968 (or 0x185968) is known color: Blue Stone. HEX triplet: 18, 59 and 68. RGB value is (24,89,104). Sum of RGB (Red+Green+Blue) = 24+89+104=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #185968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185968 is #E7A697. Grayscale: #474747. Windows color (decimal): -15181464 or 6838552. OLE color: 6838552.
HSL color Cylindrical-coordinate representation of color #185968: hue angle of 191.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185968 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 89 | 104 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.59 |
| HSL | 191.25º | 0.63% | 0.25% | - |
| HSV(B) | 191.25º | 0.77% | 0.41% | - |
| XYZ | 6.45 | 8.34 | 14.37 | - |
| YUV | 71.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 104 | 0.77 | 0.14 | 0 | 0.59 | 191.25 | 0.63 | 0.25 |
| Hex | 18 | 59 | 68 | 4D | E | 0 | 3B | BF | 3E | 19 |
| Octal | 30 | 131 | 150 | 115 | 16 | 0 | 73 | 277 | 76 | 31 |
| Binary | 11000 | 1011001 | 1101000 | 1001101 | 1110 | 0 | 111011 | 10111111 | 111110 | 11001 |
Color Harmonies of #185968
Complementary color
Monochromatic Colors of #185968
Black with #185968
Text Example
Text Example
White with #185968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185968; }
p { color: rgb(24,89,104); }
H1.HeaderClassName
{
color: #185968;
}
.AnyTagClassName
{
color: #185968;
}
</style>
background-color css
<style>
a { background-color: #185968; }
a { background-color: rgb(24,89,104); }
div.DivClassName
{
background-color: #185968;
}
.BgClassName
{
background-color: #185968;
}
</style>
border-color css
<style>
span { border-color: #185968; }
span { border-color: rgb(24,89,104); }
td.TdClassName
{
border-color: #185968;
}
.TagClassName
{
border-color: #185968;
}
</style>