Shades of Blue Stone #185A60
Tints of Blue Stone #185A60
RGB
CMYK
RGB Variations
Color information
#185A60 (or 0x185A60) is known color: Blue Stone. HEX triplet: 18, 5A and 60. RGB value is (24,90,96). Sum of RGB (Red+Green+Blue) = 24+90+96=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #185A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A60 is #E7A59F. Grayscale: #464646. Windows color (decimal): -15181216 or 6314520. OLE color: 6314520.
HSL color Cylindrical-coordinate representation of color #185A60: hue angle of 185º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185A60 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 90 | 96 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.62 |
| HSL | 185º | 0.6% | 0.24% | - |
| HSV(B) | 185º | 0.75% | 0.38% | - |
| XYZ | 6.14 | 8.35 | 12.35 | - |
| YUV | 70.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 96 | 0.75 | 0.06 | 0 | 0.62 | 185 | 0.6 | 0.24 |
| Hex | 18 | 5A | 60 | 4B | 6 | 0 | 3E | B9 | 3C | 18 |
| Octal | 30 | 132 | 140 | 113 | 6 | 0 | 76 | 271 | 74 | 30 |
| Binary | 11000 | 1011010 | 1100000 | 1001011 | 110 | 0 | 111110 | 10111001 | 111100 | 11000 |
Color Harmonies of #185A60
Complementary color
Monochromatic Colors of #185A60
Black with #185A60
Text Example
Text Example
White with #185A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A60; }
p { color: rgb(24,90,96); }
H1.HeaderClassName
{
color: #185A60;
}
.AnyTagClassName
{
color: #185A60;
}
</style>
background-color css
<style>
a { background-color: #185A60; }
a { background-color: rgb(24,90,96); }
div.DivClassName
{
background-color: #185A60;
}
.BgClassName
{
background-color: #185A60;
}
</style>
border-color css
<style>
span { border-color: #185A60; }
span { border-color: rgb(24,90,96); }
td.TdClassName
{
border-color: #185A60;
}
.TagClassName
{
border-color: #185A60;
}
</style>