Shades of Blue Stone #186A5A
Tints of Blue Stone #186A5A
RGB
CMYK
RGB Variations
Color information
#186A5A (or 0x186A5A) is known color: Blue Stone. HEX triplet: 18, 6A and 5A. RGB value is (24,106,90). Sum of RGB (Red+Green+Blue) = 24+106+90=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #186A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A5A is #E795A5. Grayscale: #4F4F4F. Windows color (decimal): -15177126 or 5925400. OLE color: 5925400.
HSL color Cylindrical-coordinate representation of color #186A5A: hue angle of 168.29º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A5A is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 90 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.58 |
| HSL | 168.29º | 0.63% | 0.25% | - |
| HSV(B) | 168.29º | 0.77% | 0.42% | - |
| XYZ | 7.38 | 11.24 | 11.45 | - |
| YUV | 79.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 90 | 0.77 | 0 | 0.15 | 0.58 | 168.29 | 0.63 | 0.25 |
| Hex | 18 | 6A | 5A | 4D | 0 | F | 3A | A8 | 3F | 19 |
| Octal | 30 | 152 | 132 | 115 | 0 | 17 | 72 | 250 | 77 | 31 |
| Binary | 11000 | 1101010 | 1011010 | 1001101 | 0 | 1111 | 111010 | 10101000 | 111111 | 11001 |
Color Harmonies of #186A5A
Complementary color
Monochromatic Colors of #186A5A
Black with #186A5A
Text Example
Text Example
White with #186A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A5A; }
p { color: rgb(24,106,90); }
H1.HeaderClassName
{
color: #186A5A;
}
.AnyTagClassName
{
color: #186A5A;
}
</style>
background-color css
<style>
a { background-color: #186A5A; }
a { background-color: rgb(24,106,90); }
div.DivClassName
{
background-color: #186A5A;
}
.BgClassName
{
background-color: #186A5A;
}
</style>
border-color css
<style>
span { border-color: #186A5A; }
span { border-color: rgb(24,106,90); }
td.TdClassName
{
border-color: #186A5A;
}
.TagClassName
{
border-color: #186A5A;
}
</style>