Shades of Blue Stone #185F6A
Tints of Blue Stone #185F6A
RGB
CMYK
RGB Variations
Color information
#185F6A (or 0x185F6A) is known color: Blue Stone. HEX triplet: 18, 5F and 6A. RGB value is (24,95,106). Sum of RGB (Red+Green+Blue) = 24+95+106=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #185F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F6A is #E7A095. Grayscale: #4A4A4A. Windows color (decimal): -15179926 or 6971160. OLE color: 6971160.
HSL color Cylindrical-coordinate representation of color #185F6A: hue angle of 188.05º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185F6A is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 95 | 106 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.58 |
| HSL | 188.05º | 0.63% | 0.25% | - |
| HSV(B) | 188.05º | 0.77% | 0.42% | - |
| XYZ | 7.07 | 9.42 | 15.08 | - |
| YUV | 75.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 106 | 0.77 | 0.10 | 0 | 0.58 | 188.05 | 0.63 | 0.25 |
| Hex | 18 | 5F | 6A | 4D | A | 0 | 3A | BC | 3F | 19 |
| Octal | 30 | 137 | 152 | 115 | 12 | 0 | 72 | 274 | 77 | 31 |
| Binary | 11000 | 1011111 | 1101010 | 1001101 | 1010 | 0 | 111010 | 10111100 | 111111 | 11001 |
Color Harmonies of #185F6A
Complementary color
Monochromatic Colors of #185F6A
Black with #185F6A
Text Example
Text Example
White with #185F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F6A; }
p { color: rgb(24,95,106); }
H1.HeaderClassName
{
color: #185F6A;
}
.AnyTagClassName
{
color: #185F6A;
}
</style>
background-color css
<style>
a { background-color: #185F6A; }
a { background-color: rgb(24,95,106); }
div.DivClassName
{
background-color: #185F6A;
}
.BgClassName
{
background-color: #185F6A;
}
</style>
border-color css
<style>
span { border-color: #185F6A; }
span { border-color: rgb(24,95,106); }
td.TdClassName
{
border-color: #185F6A;
}
.TagClassName
{
border-color: #185F6A;
}
</style>