Shades of Blue Stone #186465
Tints of Blue Stone #186465
RGB
CMYK
RGB Variations
Color information
#186465 (or 0x186465) is known color: Blue Stone. HEX triplet: 18, 64 and 65. RGB value is (24,100,101). Sum of RGB (Red+Green+Blue) = 24+100+101=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #186465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186465 is #E79B9A. Grayscale: #4D4D4D. Windows color (decimal): -15178651 or 6644760. OLE color: 6644760.
HSL color Cylindrical-coordinate representation of color #186465: hue angle of 180.78º 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 #186465 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 100 | 101 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.60 |
| HSL | 180.78º | 0.62% | 0.25% | - |
| HSV(B) | 180.78º | 0.76% | 0.4% | - |
| XYZ | 7.28 | 10.25 | 13.91 | - |
| YUV | 77.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 101 | 0.76 | 0.01 | 0 | 0.60 | 180.78 | 0.62 | 0.25 |
| Hex | 18 | 64 | 65 | 4C | 1 | 0 | 3C | B5 | 3E | 19 |
| Octal | 30 | 144 | 145 | 114 | 1 | 0 | 74 | 265 | 76 | 31 |
| Binary | 11000 | 1100100 | 1100101 | 1001100 | 1 | 0 | 111100 | 10110101 | 111110 | 11001 |
Color Harmonies of #186465
Complementary color
Monochromatic Colors of #186465
Black with #186465
Text Example
Text Example
White with #186465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186465; }
p { color: rgb(24,100,101); }
H1.HeaderClassName
{
color: #186465;
}
.AnyTagClassName
{
color: #186465;
}
</style>
background-color css
<style>
a { background-color: #186465; }
a { background-color: rgb(24,100,101); }
div.DivClassName
{
background-color: #186465;
}
.BgClassName
{
background-color: #186465;
}
</style>
border-color css
<style>
span { border-color: #186465; }
span { border-color: rgb(24,100,101); }
td.TdClassName
{
border-color: #186465;
}
.TagClassName
{
border-color: #186465;
}
</style>