Shades of Blue Stone #185F6C
Tints of Blue Stone #185F6C
RGB
CMYK
RGB Variations
Color information
#185F6C (or 0x185F6C) is known color: Blue Stone. HEX triplet: 18, 5F and 6C. RGB value is (24,95,108). Sum of RGB (Red+Green+Blue) = 24+95+108=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #185F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F6C is #E7A093. Grayscale: #4B4B4B. Windows color (decimal): -15179924 or 7102232. OLE color: 7102232.
HSL color Cylindrical-coordinate representation of color #185F6C: hue angle of 189.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185F6C is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 95 | 108 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.58 |
| HSL | 189.29º | 0.64% | 0.26% | - |
| HSV(B) | 189.29º | 0.78% | 0.42% | - |
| XYZ | 7.18 | 9.46 | 15.64 | - |
| YUV | 75.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 108 | 0.78 | 0.12 | 0 | 0.58 | 189.29 | 0.64 | 0.26 |
| Hex | 18 | 5F | 6C | 4E | C | 0 | 3A | BD | 40 | 1A |
| Octal | 30 | 137 | 154 | 116 | 14 | 0 | 72 | 275 | 100 | 32 |
| Binary | 11000 | 1011111 | 1101100 | 1001110 | 1100 | 0 | 111010 | 10111101 | 1000000 | 11010 |
Color Harmonies of #185F6C
Complementary color
Monochromatic Colors of #185F6C
Black with #185F6C
Text Example
Text Example
White with #185F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F6C; }
p { color: rgb(24,95,108); }
H1.HeaderClassName
{
color: #185F6C;
}
.AnyTagClassName
{
color: #185F6C;
}
</style>
background-color css
<style>
a { background-color: #185F6C; }
a { background-color: rgb(24,95,108); }
div.DivClassName
{
background-color: #185F6C;
}
.BgClassName
{
background-color: #185F6C;
}
</style>
border-color css
<style>
span { border-color: #185F6C; }
span { border-color: rgb(24,95,108); }
td.TdClassName
{
border-color: #185F6C;
}
.TagClassName
{
border-color: #185F6C;
}
</style>