Shades of Blue Stone #10665B
Tints of Blue Stone #10665B
RGB
CMYK
RGB Variations
Color information
#10665B (or 0x10665B) is known color: Blue Stone. HEX triplet: 10, 66 and 5B. RGB value is (16,102,91). Sum of RGB (Red+Green+Blue) = 16+102+91=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #10665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10665B is #EF99A4. Grayscale: #4A4A4A. Windows color (decimal): -15702437 or 5989904. OLE color: 5989904.
HSL color Cylindrical-coordinate representation of color #10665B: hue angle of 172.33º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10665B is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 91 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.6 |
| HSL | 172.33º | 0.73% | 0.23% | - |
| HSV(B) | 172.33º | 0.84% | 0.4% | - |
| XYZ | 6.85 | 10.37 | 11.54 | - |
| YUV | 75.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 91 | 0.84 | 0 | 0.11 | 0.6 | 172.33 | 0.73 | 0.23 |
| Hex | 10 | 66 | 5B | 54 | 0 | B | 3C | AC | 49 | 17 |
| Octal | 20 | 146 | 133 | 124 | 0 | 13 | 74 | 254 | 111 | 27 |
| Binary | 10000 | 1100110 | 1011011 | 1010100 | 0 | 1011 | 111100 | 10101100 | 1001001 | 10111 |
Color Harmonies of #10665B
Complementary color
Monochromatic Colors of #10665B
Black with #10665B
Text Example
Text Example
White with #10665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10665B; }
p { color: rgb(16,102,91); }
H1.HeaderClassName
{
color: #10665B;
}
.AnyTagClassName
{
color: #10665B;
}
</style>
background-color css
<style>
a { background-color: #10665B; }
a { background-color: rgb(16,102,91); }
div.DivClassName
{
background-color: #10665B;
}
.BgClassName
{
background-color: #10665B;
}
</style>
border-color css
<style>
span { border-color: #10665B; }
span { border-color: rgb(16,102,91); }
td.TdClassName
{
border-color: #10665B;
}
.TagClassName
{
border-color: #10665B;
}
</style>