Shades of Blue Stone #10565E
Tints of Blue Stone #10565E
RGB
CMYK
RGB Variations
Color information
#10565E (or 0x10565E) is known color: Blue Stone. HEX triplet: 10, 56 and 5E. RGB value is (16,86,94). Sum of RGB (Red+Green+Blue) = 16+86+94=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #10565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10565E is #EFA9A1. Grayscale: #414141. Windows color (decimal): -15706530 or 6182416. OLE color: 6182416.
HSL color Cylindrical-coordinate representation of color #10565E: hue angle of 186.15º 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 #10565E is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 86 | 94 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.63 |
| HSL | 186.15º | 0.71% | 0.22% | - |
| HSV(B) | 186.15º | 0.83% | 0.37% | - |
| XYZ | 5.56 | 7.57 | 11.76 | - |
| YUV | 65.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 94 | 0.83 | 0.09 | 0 | 0.63 | 186.15 | 0.71 | 0.22 |
| Hex | 10 | 56 | 5E | 53 | 9 | 0 | 3F | BA | 47 | 16 |
| Octal | 20 | 126 | 136 | 123 | 11 | 0 | 77 | 272 | 107 | 26 |
| Binary | 10000 | 1010110 | 1011110 | 1010011 | 1001 | 0 | 111111 | 10111010 | 1000111 | 10110 |
Color Harmonies of #10565E
Complementary color
Monochromatic Colors of #10565E
Black with #10565E
Text Example
Text Example
White with #10565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10565E; }
p { color: rgb(16,86,94); }
H1.HeaderClassName
{
color: #10565E;
}
.AnyTagClassName
{
color: #10565E;
}
</style>
background-color css
<style>
a { background-color: #10565E; }
a { background-color: rgb(16,86,94); }
div.DivClassName
{
background-color: #10565E;
}
.BgClassName
{
background-color: #10565E;
}
</style>
border-color css
<style>
span { border-color: #10565E; }
span { border-color: rgb(16,86,94); }
td.TdClassName
{
border-color: #10565E;
}
.TagClassName
{
border-color: #10565E;
}
</style>