Shades of Blue Stone #186665
Tints of Blue Stone #186665
RGB
CMYK
RGB Variations
Color information
#186665 (or 0x186665) is known color: Blue Stone. HEX triplet: 18, 66 and 65. RGB value is (24,102,101). Sum of RGB (Red+Green+Blue) = 24+102+101=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #186665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186665 is #E7999A. Grayscale: #4E4E4E. Windows color (decimal): -15178139 or 6645272. OLE color: 6645272.
HSL color Cylindrical-coordinate representation of color #186665: hue angle of 179.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 #186665 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 102 | 101 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.6 |
| HSL | 179.23º | 0.62% | 0.25% | - |
| HSV(B) | 179.23º | 0.76% | 0.4% | - |
| XYZ | 7.48 | 10.64 | 13.97 | - |
| YUV | 78.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 101 | 0.76 | 0 | 0.01 | 0.6 | 179.23 | 0.62 | 0.25 |
| Hex | 18 | 66 | 65 | 4C | 0 | 1 | 3C | B3 | 3E | 19 |
| Octal | 30 | 146 | 145 | 114 | 0 | 1 | 74 | 263 | 76 | 31 |
| Binary | 11000 | 1100110 | 1100101 | 1001100 | 0 | 1 | 111100 | 10110011 | 111110 | 11001 |
Color Harmonies of #186665
Complementary color
Monochromatic Colors of #186665
Black with #186665
Text Example
Text Example
White with #186665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186665; }
p { color: rgb(24,102,101); }
H1.HeaderClassName
{
color: #186665;
}
.AnyTagClassName
{
color: #186665;
}
</style>
background-color css
<style>
a { background-color: #186665; }
a { background-color: rgb(24,102,101); }
div.DivClassName
{
background-color: #186665;
}
.BgClassName
{
background-color: #186665;
}
</style>
border-color css
<style>
span { border-color: #186665; }
span { border-color: rgb(24,102,101); }
td.TdClassName
{
border-color: #186665;
}
.TagClassName
{
border-color: #186665;
}
</style>