Shades of Blue Stone #186366
Tints of Blue Stone #186366
RGB
CMYK
RGB Variations
Color information
#186366 (or 0x186366) is known color: Blue Stone. HEX triplet: 18, 63 and 66. RGB value is (24,99,102). Sum of RGB (Red+Green+Blue) = 24+99+102=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #186366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186366 is #E79C99. Grayscale: #4C4C4C. Windows color (decimal): -15178906 or 6710040. OLE color: 6710040.
HSL color Cylindrical-coordinate representation of color #186366: hue angle of 182.31º 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 #186366 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 99 | 102 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.6 |
| HSL | 182.31º | 0.62% | 0.25% | - |
| HSV(B) | 182.31º | 0.76% | 0.4% | - |
| XYZ | 7.24 | 10.08 | 14.13 | - |
| YUV | 76.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 102 | 0.76 | 0.03 | 0 | 0.6 | 182.31 | 0.62 | 0.25 |
| Hex | 18 | 63 | 66 | 4C | 3 | 0 | 3C | B6 | 3E | 19 |
| Octal | 30 | 143 | 146 | 114 | 3 | 0 | 74 | 266 | 76 | 31 |
| Binary | 11000 | 1100011 | 1100110 | 1001100 | 11 | 0 | 111100 | 10110110 | 111110 | 11001 |
Color Harmonies of #186366
Complementary color
Monochromatic Colors of #186366
Black with #186366
Text Example
Text Example
White with #186366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186366; }
p { color: rgb(24,99,102); }
H1.HeaderClassName
{
color: #186366;
}
.AnyTagClassName
{
color: #186366;
}
</style>
background-color css
<style>
a { background-color: #186366; }
a { background-color: rgb(24,99,102); }
div.DivClassName
{
background-color: #186366;
}
.BgClassName
{
background-color: #186366;
}
</style>
border-color css
<style>
span { border-color: #186366; }
span { border-color: rgb(24,99,102); }
td.TdClassName
{
border-color: #186366;
}
.TagClassName
{
border-color: #186366;
}
</style>