Shades of Blue Stone #186064
Tints of Blue Stone #186064
RGB
CMYK
RGB Variations
Color information
#186064 (or 0x186064) is known color: Blue Stone. HEX triplet: 18, 60 and 64. RGB value is (24,96,100). Sum of RGB (Red+Green+Blue) = 24+96+100=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #186064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186064 is #E79F9B. Grayscale: #4A4A4A. Windows color (decimal): -15179676 or 6578200. OLE color: 6578200.
HSL color Cylindrical-coordinate representation of color #186064: hue angle of 183.16º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186064 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 96 | 100 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.61 |
| HSL | 183.16º | 0.61% | 0.24% | - |
| HSV(B) | 183.16º | 0.76% | 0.39% | - |
| XYZ | 6.86 | 9.48 | 13.52 | - |
| YUV | 74.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 100 | 0.76 | 0.04 | 0 | 0.61 | 183.16 | 0.61 | 0.24 |
| Hex | 18 | 60 | 64 | 4C | 4 | 0 | 3D | B7 | 3D | 18 |
| Octal | 30 | 140 | 144 | 114 | 4 | 0 | 75 | 267 | 75 | 30 |
| Binary | 11000 | 1100000 | 1100100 | 1001100 | 100 | 0 | 111101 | 10110111 | 111101 | 11000 |
Color Harmonies of #186064
Complementary color
Monochromatic Colors of #186064
Black with #186064
Text Example
Text Example
White with #186064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186064; }
p { color: rgb(24,96,100); }
H1.HeaderClassName
{
color: #186064;
}
.AnyTagClassName
{
color: #186064;
}
</style>
background-color css
<style>
a { background-color: #186064; }
a { background-color: rgb(24,96,100); }
div.DivClassName
{
background-color: #186064;
}
.BgClassName
{
background-color: #186064;
}
</style>
border-color css
<style>
span { border-color: #186064; }
span { border-color: rgb(24,96,100); }
td.TdClassName
{
border-color: #186064;
}
.TagClassName
{
border-color: #186064;
}
</style>