Shades of Blue Stone #186262
Tints of Blue Stone #186262
RGB
CMYK
RGB Variations
Color information
#186262 (or 0x186262) is known color: Blue Stone. HEX triplet: 18, 62 and 62. RGB value is (24,98,98). Sum of RGB (Red+Green+Blue) = 24+98+98=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #186262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186262 is #E79D9D. Grayscale: #4B4B4B. Windows color (decimal): -15179166 or 6447640. OLE color: 6447640.
HSL color Cylindrical-coordinate representation of color #186262: hue angle of 180º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186262 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 98 | 98 | - |
| CMYK | 0.76 | 0 | 0 | 0.62 |
| HSL | 180º | 0.61% | 0.24% | - |
| HSV(B) | 180º | 0.76% | 0.38% | - |
| XYZ | 6.95 | 9.81 | 13.08 | - |
| YUV | 75.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 98 | 0.76 | 0 | 0 | 0.62 | 180 | 0.61 | 0.24 |
| Hex | 18 | 62 | 62 | 4C | 0 | 0 | 3E | B4 | 3D | 18 |
| Octal | 30 | 142 | 142 | 114 | 0 | 0 | 76 | 264 | 75 | 30 |
| Binary | 11000 | 1100010 | 1100010 | 1001100 | 0 | 0 | 111110 | 10110100 | 111101 | 11000 |
Color Harmonies of #186262
Complementary color
Monochromatic Colors of #186262
Black with #186262
Text Example
Text Example
White with #186262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186262; }
p { color: rgb(24,98,98); }
H1.HeaderClassName
{
color: #186262;
}
.AnyTagClassName
{
color: #186262;
}
</style>
background-color css
<style>
a { background-color: #186262; }
a { background-color: rgb(24,98,98); }
div.DivClassName
{
background-color: #186262;
}
.BgClassName
{
background-color: #186262;
}
</style>
border-color css
<style>
span { border-color: #186262; }
span { border-color: rgb(24,98,98); }
td.TdClassName
{
border-color: #186262;
}
.TagClassName
{
border-color: #186262;
}
</style>