Shades of Blue Stone #10535D
Tints of Blue Stone #10535D
RGB
CMYK
RGB Variations
Color information
#10535D (or 0x10535D) is known color: Blue Stone. HEX triplet: 10, 53 and 5D. RGB value is (16,83,93). Sum of RGB (Red+Green+Blue) = 16+83+93=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #10535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10535D is #EFACA2. Grayscale: #404040. Windows color (decimal): -15707299 or 6116112. OLE color: 6116112.
HSL color Cylindrical-coordinate representation of color #10535D: hue angle of 187.79º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10535D is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 83 | 93 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.64 |
| HSL | 187.79º | 0.71% | 0.21% | - |
| HSV(B) | 187.79º | 0.83% | 0.36% | - |
| XYZ | 5.28 | 7.09 | 11.45 | - |
| YUV | 64.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 93 | 0.83 | 0.11 | 0 | 0.64 | 187.79 | 0.71 | 0.21 |
| Hex | 10 | 53 | 5D | 53 | B | 0 | 40 | BC | 47 | 15 |
| Octal | 20 | 123 | 135 | 123 | 13 | 0 | 100 | 274 | 107 | 25 |
| Binary | 10000 | 1010011 | 1011101 | 1010011 | 1011 | 0 | 1000000 | 10111100 | 1000111 | 10101 |
Color Harmonies of #10535D
Complementary color
Monochromatic Colors of #10535D
Black with #10535D
Text Example
Text Example
White with #10535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10535D; }
p { color: rgb(16,83,93); }
H1.HeaderClassName
{
color: #10535D;
}
.AnyTagClassName
{
color: #10535D;
}
</style>
background-color css
<style>
a { background-color: #10535D; }
a { background-color: rgb(16,83,93); }
div.DivClassName
{
background-color: #10535D;
}
.BgClassName
{
background-color: #10535D;
}
</style>
border-color css
<style>
span { border-color: #10535D; }
span { border-color: rgb(16,83,93); }
td.TdClassName
{
border-color: #10535D;
}
.TagClassName
{
border-color: #10535D;
}
</style>