Shades of Blue Stone #185A5F
Tints of Blue Stone #185A5F
RGB
CMYK
RGB Variations
Color information
#185A5F (or 0x185A5F) is known color: Blue Stone. HEX triplet: 18, 5A and 5F. RGB value is (24,90,95). Sum of RGB (Red+Green+Blue) = 24+90+95=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #185A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A5F is #E7A5A0. Grayscale: #464646. Windows color (decimal): -15181217 or 6248984. OLE color: 6248984.
HSL color Cylindrical-coordinate representation of color #185A5F: hue angle of 184.23º 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 #185A5F is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 90 | 95 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.63 |
| HSL | 184.23º | 0.6% | 0.23% | - |
| HSV(B) | 184.23º | 0.75% | 0.37% | - |
| XYZ | 6.1 | 8.33 | 12.11 | - |
| YUV | 70.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 95 | 0.75 | 0.05 | 0 | 0.63 | 184.23 | 0.6 | 0.23 |
| Hex | 18 | 5A | 5F | 4B | 5 | 0 | 3F | B8 | 3C | 17 |
| Octal | 30 | 132 | 137 | 113 | 5 | 0 | 77 | 270 | 74 | 27 |
| Binary | 11000 | 1011010 | 1011111 | 1001011 | 101 | 0 | 111111 | 10111000 | 111100 | 10111 |
Color Harmonies of #185A5F
Complementary color
Monochromatic Colors of #185A5F
Black with #185A5F
Text Example
Text Example
White with #185A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A5F; }
p { color: rgb(24,90,95); }
H1.HeaderClassName
{
color: #185A5F;
}
.AnyTagClassName
{
color: #185A5F;
}
</style>
background-color css
<style>
a { background-color: #185A5F; }
a { background-color: rgb(24,90,95); }
div.DivClassName
{
background-color: #185A5F;
}
.BgClassName
{
background-color: #185A5F;
}
</style>
border-color css
<style>
span { border-color: #185A5F; }
span { border-color: rgb(24,90,95); }
td.TdClassName
{
border-color: #185A5F;
}
.TagClassName
{
border-color: #185A5F;
}
</style>