Shades of Blue Stone #186967
Tints of Blue Stone #186967
RGB
CMYK
RGB Variations
Color information
#186967 (or 0x186967) is known color: Blue Stone. HEX triplet: 18, 69 and 67. RGB value is (24,105,103). Sum of RGB (Red+Green+Blue) = 24+105+103=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #186967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186967 is #E79698. Grayscale: #505050. Windows color (decimal): -15177369 or 6777112. OLE color: 6777112.
HSL color Cylindrical-coordinate representation of color #186967: hue angle of 178.52º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186967 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 103 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.59 |
| HSL | 178.52º | 0.63% | 0.25% | - |
| HSV(B) | 178.52º | 0.77% | 0.41% | - |
| XYZ | 7.88 | 11.28 | 14.59 | - |
| YUV | 80.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 103 | 0.77 | 0 | 0.02 | 0.59 | 178.52 | 0.63 | 0.25 |
| Hex | 18 | 69 | 67 | 4D | 0 | 2 | 3B | B3 | 3F | 19 |
| Octal | 30 | 151 | 147 | 115 | 0 | 2 | 73 | 263 | 77 | 31 |
| Binary | 11000 | 1101001 | 1100111 | 1001101 | 0 | 10 | 111011 | 10110011 | 111111 | 11001 |
Color Harmonies of #186967
Complementary color
Monochromatic Colors of #186967
Black with #186967
Text Example
Text Example
White with #186967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186967; }
p { color: rgb(24,105,103); }
H1.HeaderClassName
{
color: #186967;
}
.AnyTagClassName
{
color: #186967;
}
</style>
background-color css
<style>
a { background-color: #186967; }
a { background-color: rgb(24,105,103); }
div.DivClassName
{
background-color: #186967;
}
.BgClassName
{
background-color: #186967;
}
</style>
border-color css
<style>
span { border-color: #186967; }
span { border-color: rgb(24,105,103); }
td.TdClassName
{
border-color: #186967;
}
.TagClassName
{
border-color: #186967;
}
</style>