Shades of Blue Stone #10525F
Tints of Blue Stone #10525F
RGB
CMYK
RGB Variations
Color information
#10525F (or 0x10525F) is known color: Blue Stone. HEX triplet: 10, 52 and 5F. RGB value is (16,82,95). Sum of RGB (Red+Green+Blue) = 16+82+95=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #10525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525F is #EFADA0. Grayscale: #3F3F3F. Windows color (decimal): -15707553 or 6246928. OLE color: 6246928.
HSL color Cylindrical-coordinate representation of color #10525F: hue angle of 189.87º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10525F is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 82 | 95 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.63 |
| HSL | 189.87º | 0.71% | 0.22% | - |
| HSV(B) | 189.87º | 0.83% | 0.37% | - |
| XYZ | 5.3 | 6.97 | 11.89 | - |
| YUV | 63.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 95 | 0.83 | 0.14 | 0 | 0.63 | 189.87 | 0.71 | 0.22 |
| Hex | 10 | 52 | 5F | 53 | E | 0 | 3F | BE | 47 | 16 |
| Octal | 20 | 122 | 137 | 123 | 16 | 0 | 77 | 276 | 107 | 26 |
| Binary | 10000 | 1010010 | 1011111 | 1010011 | 1110 | 0 | 111111 | 10111110 | 1000111 | 10110 |
Color Harmonies of #10525F
Complementary color
Monochromatic Colors of #10525F
Black with #10525F
Text Example
Text Example
White with #10525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10525F; }
p { color: rgb(16,82,95); }
H1.HeaderClassName
{
color: #10525F;
}
.AnyTagClassName
{
color: #10525F;
}
</style>
background-color css
<style>
a { background-color: #10525F; }
a { background-color: rgb(16,82,95); }
div.DivClassName
{
background-color: #10525F;
}
.BgClassName
{
background-color: #10525F;
}
</style>
border-color css
<style>
span { border-color: #10525F; }
span { border-color: rgb(16,82,95); }
td.TdClassName
{
border-color: #10525F;
}
.TagClassName
{
border-color: #10525F;
}
</style>