Shades of Blue Stone #186069
Tints of Blue Stone #186069
RGB
CMYK
RGB Variations
Color information
#186069 (or 0x186069) is known color: Blue Stone. HEX triplet: 18, 60 and 69. RGB value is (24,96,105). Sum of RGB (Red+Green+Blue) = 24+96+105=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #186069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186069 is #E79F96. Grayscale: #4B4B4B. Windows color (decimal): -15179671 or 6905880. OLE color: 6905880.
HSL color Cylindrical-coordinate representation of color #186069: hue angle of 186.67º 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 #186069 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 96 | 105 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.59 |
| HSL | 186.67º | 0.63% | 0.25% | - |
| HSV(B) | 186.67º | 0.77% | 0.41% | - |
| XYZ | 7.11 | 9.58 | 14.84 | - |
| YUV | 75.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 105 | 0.77 | 0.09 | 0 | 0.59 | 186.67 | 0.63 | 0.25 |
| Hex | 18 | 60 | 69 | 4D | 9 | 0 | 3B | BB | 3F | 19 |
| Octal | 30 | 140 | 151 | 115 | 11 | 0 | 73 | 273 | 77 | 31 |
| Binary | 11000 | 1100000 | 1101001 | 1001101 | 1001 | 0 | 111011 | 10111011 | 111111 | 11001 |
Color Harmonies of #186069
Complementary color
Monochromatic Colors of #186069
Black with #186069
Text Example
Text Example
White with #186069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186069; }
p { color: rgb(24,96,105); }
H1.HeaderClassName
{
color: #186069;
}
.AnyTagClassName
{
color: #186069;
}
</style>
background-color css
<style>
a { background-color: #186069; }
a { background-color: rgb(24,96,105); }
div.DivClassName
{
background-color: #186069;
}
.BgClassName
{
background-color: #186069;
}
</style>
border-color css
<style>
span { border-color: #186069; }
span { border-color: rgb(24,96,105); }
td.TdClassName
{
border-color: #186069;
}
.TagClassName
{
border-color: #186069;
}
</style>