Shades of Blue Stone #185F69
Tints of Blue Stone #185F69
RGB
CMYK
RGB Variations
Color information
#185F69 (or 0x185F69) is known color: Blue Stone. HEX triplet: 18, 5F and 69. RGB value is (24,95,105). Sum of RGB (Red+Green+Blue) = 24+95+105=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #185F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F69 is #E7A096. Grayscale: #4A4A4A. Windows color (decimal): -15179927 or 6905624. OLE color: 6905624.
HSL color Cylindrical-coordinate representation of color #185F69: hue angle of 187.41º degrees, saturation: 0.63, 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 #185F69 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 95 | 105 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.59 |
| HSL | 187.41º | 0.63% | 0.25% | - |
| HSV(B) | 187.41º | 0.77% | 0.41% | - |
| XYZ | 7.02 | 9.4 | 14.81 | - |
| YUV | 74.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 105 | 0.77 | 0.10 | 0 | 0.59 | 187.41 | 0.63 | 0.25 |
| Hex | 18 | 5F | 69 | 4D | A | 0 | 3B | BB | 3F | 19 |
| Octal | 30 | 137 | 151 | 115 | 12 | 0 | 73 | 273 | 77 | 31 |
| Binary | 11000 | 1011111 | 1101001 | 1001101 | 1010 | 0 | 111011 | 10111011 | 111111 | 11001 |
Color Harmonies of #185F69
Complementary color
Monochromatic Colors of #185F69
Black with #185F69
Text Example
Text Example
White with #185F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F69; }
p { color: rgb(24,95,105); }
H1.HeaderClassName
{
color: #185F69;
}
.AnyTagClassName
{
color: #185F69;
}
</style>
background-color css
<style>
a { background-color: #185F69; }
a { background-color: rgb(24,95,105); }
div.DivClassName
{
background-color: #185F69;
}
.BgClassName
{
background-color: #185F69;
}
</style>
border-color css
<style>
span { border-color: #185F69; }
span { border-color: rgb(24,95,105); }
td.TdClassName
{
border-color: #185F69;
}
.TagClassName
{
border-color: #185F69;
}
</style>