Shades of Blue Stone #185B62
Tints of Blue Stone #185B62
RGB
CMYK
RGB Variations
Color information
#185B62 (or 0x185B62) is known color: Blue Stone. HEX triplet: 18, 5B and 62. RGB value is (24,91,98). Sum of RGB (Red+Green+Blue) = 24+91+98=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #185B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B62 is #E7A49D. Grayscale: #474747. Windows color (decimal): -15180958 or 6445848. OLE color: 6445848.
HSL color Cylindrical-coordinate representation of color #185B62: hue angle of 185.68º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185B62 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 91 | 98 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.62 |
| HSL | 185.68º | 0.61% | 0.24% | - |
| HSV(B) | 185.68º | 0.76% | 0.38% | - |
| XYZ | 6.32 | 8.56 | 12.87 | - |
| YUV | 71.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 98 | 0.76 | 0.07 | 0 | 0.62 | 185.68 | 0.61 | 0.24 |
| Hex | 18 | 5B | 62 | 4C | 7 | 0 | 3E | BA | 3D | 18 |
| Octal | 30 | 133 | 142 | 114 | 7 | 0 | 76 | 272 | 75 | 30 |
| Binary | 11000 | 1011011 | 1100010 | 1001100 | 111 | 0 | 111110 | 10111010 | 111101 | 11000 |
Color Harmonies of #185B62
Complementary color
Monochromatic Colors of #185B62
Black with #185B62
Text Example
Text Example
White with #185B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B62; }
p { color: rgb(24,91,98); }
H1.HeaderClassName
{
color: #185B62;
}
.AnyTagClassName
{
color: #185B62;
}
</style>
background-color css
<style>
a { background-color: #185B62; }
a { background-color: rgb(24,91,98); }
div.DivClassName
{
background-color: #185B62;
}
.BgClassName
{
background-color: #185B62;
}
</style>
border-color css
<style>
span { border-color: #185B62; }
span { border-color: rgb(24,91,98); }
td.TdClassName
{
border-color: #185B62;
}
.TagClassName
{
border-color: #185B62;
}
</style>