Shades of Blue Stone #185A66
Tints of Blue Stone #185A66
RGB
CMYK
RGB Variations
Color information
#185A66 (or 0x185A66) is known color: Blue Stone. HEX triplet: 18, 5A and 66. RGB value is (24,90,102). Sum of RGB (Red+Green+Blue) = 24+90+102=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #185A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A66 is #E7A599. Grayscale: #474747. Windows color (decimal): -15181210 or 6707736. OLE color: 6707736.
HSL color Cylindrical-coordinate representation of color #185A66: hue angle of 189.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185A66 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 90 | 102 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.6 |
| HSL | 189.23º | 0.62% | 0.25% | - |
| HSV(B) | 189.23º | 0.76% | 0.4% | - |
| XYZ | 6.43 | 8.47 | 13.87 | - |
| YUV | 71.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 102 | 0.76 | 0.12 | 0 | 0.6 | 189.23 | 0.62 | 0.25 |
| Hex | 18 | 5A | 66 | 4C | C | 0 | 3C | BD | 3E | 19 |
| Octal | 30 | 132 | 146 | 114 | 14 | 0 | 74 | 275 | 76 | 31 |
| Binary | 11000 | 1011010 | 1100110 | 1001100 | 1100 | 0 | 111100 | 10111101 | 111110 | 11001 |
Color Harmonies of #185A66
Complementary color
Monochromatic Colors of #185A66
Black with #185A66
Text Example
Text Example
White with #185A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A66; }
p { color: rgb(24,90,102); }
H1.HeaderClassName
{
color: #185A66;
}
.AnyTagClassName
{
color: #185A66;
}
</style>
background-color css
<style>
a { background-color: #185A66; }
a { background-color: rgb(24,90,102); }
div.DivClassName
{
background-color: #185A66;
}
.BgClassName
{
background-color: #185A66;
}
</style>
border-color css
<style>
span { border-color: #185A66; }
span { border-color: rgb(24,90,102); }
td.TdClassName
{
border-color: #185A66;
}
.TagClassName
{
border-color: #185A66;
}
</style>