Shades of Blue Stone #185F68
Tints of Blue Stone #185F68
RGB
CMYK
RGB Variations
Color information
#185F68 (or 0x185F68) is known color: Blue Stone. HEX triplet: 18, 5F and 68. RGB value is (24,95,104). Sum of RGB (Red+Green+Blue) = 24+95+104=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #185F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F68 is #E7A097. Grayscale: #4A4A4A. Windows color (decimal): -15179928 or 6840088. OLE color: 6840088.
HSL color Cylindrical-coordinate representation of color #185F68: hue angle of 186.75º 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 #185F68 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 95 | 104 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.59 |
| HSL | 186.75º | 0.63% | 0.25% | - |
| HSV(B) | 186.75º | 0.77% | 0.41% | - |
| XYZ | 6.97 | 9.38 | 14.54 | - |
| YUV | 74.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 104 | 0.77 | 0.09 | 0 | 0.59 | 186.75 | 0.63 | 0.25 |
| Hex | 18 | 5F | 68 | 4D | 9 | 0 | 3B | BB | 3E | 19 |
| Octal | 30 | 137 | 150 | 115 | 11 | 0 | 73 | 273 | 76 | 31 |
| Binary | 11000 | 1011111 | 1101000 | 1001101 | 1001 | 0 | 111011 | 10111011 | 111110 | 11001 |
Color Harmonies of #185F68
Complementary color
Monochromatic Colors of #185F68
Black with #185F68
Text Example
Text Example
White with #185F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F68; }
p { color: rgb(24,95,104); }
H1.HeaderClassName
{
color: #185F68;
}
.AnyTagClassName
{
color: #185F68;
}
</style>
background-color css
<style>
a { background-color: #185F68; }
a { background-color: rgb(24,95,104); }
div.DivClassName
{
background-color: #185F68;
}
.BgClassName
{
background-color: #185F68;
}
</style>
border-color css
<style>
span { border-color: #185F68; }
span { border-color: rgb(24,95,104); }
td.TdClassName
{
border-color: #185F68;
}
.TagClassName
{
border-color: #185F68;
}
</style>