Shades of Blue Stone #176069
Tints of Blue Stone #176069
RGB
CMYK
RGB Variations
Color information
#176069 (or 0x176069) is known color: Blue Stone. HEX triplet: 17, 60 and 69. RGB value is (23,96,105). Sum of RGB (Red+Green+Blue) = 23+96+105=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #176069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176069 is #E89F96. Grayscale: #4B4B4B. Windows color (decimal): -15245207 or 6905879. OLE color: 6905879.
HSL color Cylindrical-coordinate representation of color #176069: hue angle of 186.59º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176069 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 96 | 105 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.59 |
| HSL | 186.59º | 0.64% | 0.25% | - |
| HSV(B) | 186.59º | 0.78% | 0.41% | - |
| XYZ | 7.09 | 9.57 | 14.84 | - |
| YUV | 75.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 105 | 0.78 | 0.09 | 0 | 0.59 | 186.59 | 0.64 | 0.25 |
| Hex | 17 | 60 | 69 | 4E | 9 | 0 | 3B | BB | 40 | 19 |
| Octal | 27 | 140 | 151 | 116 | 11 | 0 | 73 | 273 | 100 | 31 |
| Binary | 10111 | 1100000 | 1101001 | 1001110 | 1001 | 0 | 111011 | 10111011 | 1000000 | 11001 |
Color Harmonies of #176069
Complementary color
Monochromatic Colors of #176069
Black with #176069
Text Example
Text Example
White with #176069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176069; }
p { color: rgb(23,96,105); }
H1.HeaderClassName
{
color: #176069;
}
.AnyTagClassName
{
color: #176069;
}
</style>
background-color css
<style>
a { background-color: #176069; }
a { background-color: rgb(23,96,105); }
div.DivClassName
{
background-color: #176069;
}
.BgClassName
{
background-color: #176069;
}
</style>
border-color css
<style>
span { border-color: #176069; }
span { border-color: rgb(23,96,105); }
td.TdClassName
{
border-color: #176069;
}
.TagClassName
{
border-color: #176069;
}
</style>