Shades of Blue Stone #186269
Tints of Blue Stone #186269
RGB
CMYK
RGB Variations
Color information
#186269 (or 0x186269) is known color: Blue Stone. HEX triplet: 18, 62 and 69. RGB value is (24,98,105). Sum of RGB (Red+Green+Blue) = 24+98+105=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #186269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186269 is #E79D96. Grayscale: #4C4C4C. Windows color (decimal): -15179159 or 6906392. OLE color: 6906392.
HSL color Cylindrical-coordinate representation of color #186269: hue angle of 185.19º 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 #186269 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 98 | 105 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.59 |
| HSL | 185.19º | 0.63% | 0.25% | - |
| HSV(B) | 185.19º | 0.77% | 0.41% | - |
| XYZ | 7.29 | 9.95 | 14.9 | - |
| YUV | 76.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 105 | 0.77 | 0.07 | 0 | 0.59 | 185.19 | 0.63 | 0.25 |
| Hex | 18 | 62 | 69 | 4D | 7 | 0 | 3B | B9 | 3F | 19 |
| Octal | 30 | 142 | 151 | 115 | 7 | 0 | 73 | 271 | 77 | 31 |
| Binary | 11000 | 1100010 | 1101001 | 1001101 | 111 | 0 | 111011 | 10111001 | 111111 | 11001 |
Color Harmonies of #186269
Complementary color
Monochromatic Colors of #186269
Black with #186269
Text Example
Text Example
White with #186269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186269; }
p { color: rgb(24,98,105); }
H1.HeaderClassName
{
color: #186269;
}
.AnyTagClassName
{
color: #186269;
}
</style>
background-color css
<style>
a { background-color: #186269; }
a { background-color: rgb(24,98,105); }
div.DivClassName
{
background-color: #186269;
}
.BgClassName
{
background-color: #186269;
}
</style>
border-color css
<style>
span { border-color: #186269; }
span { border-color: rgb(24,98,105); }
td.TdClassName
{
border-color: #186269;
}
.TagClassName
{
border-color: #186269;
}
</style>