Shades of Blue Stone #186769
Tints of Blue Stone #186769
RGB
CMYK
RGB Variations
Color information
#186769 (or 0x186769) is known color: Blue Stone. HEX triplet: 18, 67 and 69. RGB value is (24,103,105). Sum of RGB (Red+Green+Blue) = 24+103+105=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #186769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186769 is #E79896. Grayscale: #4F4F4F. Windows color (decimal): -15177879 or 6907672. OLE color: 6907672.
HSL color Cylindrical-coordinate representation of color #186769: hue angle of 181.48º 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 #186769 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 103 | 105 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.59 |
| HSL | 181.48º | 0.63% | 0.25% | - |
| HSV(B) | 181.48º | 0.77% | 0.41% | - |
| XYZ | 7.78 | 10.91 | 15.06 | - |
| YUV | 79.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 105 | 0.77 | 0.02 | 0 | 0.59 | 181.48 | 0.63 | 0.25 |
| Hex | 18 | 67 | 69 | 4D | 2 | 0 | 3B | B5 | 3F | 19 |
| Octal | 30 | 147 | 151 | 115 | 2 | 0 | 73 | 265 | 77 | 31 |
| Binary | 11000 | 1100111 | 1101001 | 1001101 | 10 | 0 | 111011 | 10110101 | 111111 | 11001 |
Color Harmonies of #186769
Complementary color
Monochromatic Colors of #186769
Black with #186769
Text Example
Text Example
White with #186769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186769; }
p { color: rgb(24,103,105); }
H1.HeaderClassName
{
color: #186769;
}
.AnyTagClassName
{
color: #186769;
}
</style>
background-color css
<style>
a { background-color: #186769; }
a { background-color: rgb(24,103,105); }
div.DivClassName
{
background-color: #186769;
}
.BgClassName
{
background-color: #186769;
}
</style>
border-color css
<style>
span { border-color: #186769; }
span { border-color: rgb(24,103,105); }
td.TdClassName
{
border-color: #186769;
}
.TagClassName
{
border-color: #186769;
}
</style>