Shades of Blue Stone #185B5F
Tints of Blue Stone #185B5F
RGB
CMYK
RGB Variations
Color information
#185B5F (or 0x185B5F) is known color: Blue Stone. HEX triplet: 18, 5B and 5F. RGB value is (24,91,95). Sum of RGB (Red+Green+Blue) = 24+91+95=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #185B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B5F is #E7A4A0. Grayscale: #474747. Windows color (decimal): -15180961 or 6249240. OLE color: 6249240.
HSL color Cylindrical-coordinate representation of color #185B5F: hue angle of 183.38º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185B5F is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 91 | 95 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.63 |
| HSL | 183.38º | 0.6% | 0.23% | - |
| HSV(B) | 183.38º | 0.75% | 0.37% | - |
| XYZ | 6.18 | 8.5 | 12.14 | - |
| YUV | 71.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 95 | 0.75 | 0.04 | 0 | 0.63 | 183.38 | 0.6 | 0.23 |
| Hex | 18 | 5B | 5F | 4B | 4 | 0 | 3F | B7 | 3C | 17 |
| Octal | 30 | 133 | 137 | 113 | 4 | 0 | 77 | 267 | 74 | 27 |
| Binary | 11000 | 1011011 | 1011111 | 1001011 | 100 | 0 | 111111 | 10110111 | 111100 | 10111 |
Color Harmonies of #185B5F
Complementary color
Monochromatic Colors of #185B5F
Black with #185B5F
Text Example
Text Example
White with #185B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B5F; }
p { color: rgb(24,91,95); }
H1.HeaderClassName
{
color: #185B5F;
}
.AnyTagClassName
{
color: #185B5F;
}
</style>
background-color css
<style>
a { background-color: #185B5F; }
a { background-color: rgb(24,91,95); }
div.DivClassName
{
background-color: #185B5F;
}
.BgClassName
{
background-color: #185B5F;
}
</style>
border-color css
<style>
span { border-color: #185B5F; }
span { border-color: rgb(24,91,95); }
td.TdClassName
{
border-color: #185B5F;
}
.TagClassName
{
border-color: #185B5F;
}
</style>