Shades of Blue Stone #105362
Tints of Blue Stone #105362
RGB
CMYK
RGB Variations
Color information
#105362 (or 0x105362) is known color: Blue Stone. HEX triplet: 10, 53 and 62. RGB value is (16,83,98). Sum of RGB (Red+Green+Blue) = 16+83+98=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #105362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105362 is #EFAC9D. Grayscale: #404040. Windows color (decimal): -15707294 or 6443792. OLE color: 6443792.
HSL color Cylindrical-coordinate representation of color #105362: hue angle of 190.98º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105362 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 83 | 98 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.62 |
| HSL | 190.98º | 0.72% | 0.22% | - |
| HSV(B) | 190.98º | 0.84% | 0.38% | - |
| XYZ | 5.51 | 7.18 | 12.65 | - |
| YUV | 64.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 98 | 0.84 | 0.15 | 0 | 0.62 | 190.98 | 0.72 | 0.22 |
| Hex | 10 | 53 | 62 | 54 | F | 0 | 3E | BF | 48 | 16 |
| Octal | 20 | 123 | 142 | 124 | 17 | 0 | 76 | 277 | 110 | 26 |
| Binary | 10000 | 1010011 | 1100010 | 1010100 | 1111 | 0 | 111110 | 10111111 | 1001000 | 10110 |
Color Harmonies of #105362
Complementary color
Monochromatic Colors of #105362
Black with #105362
Text Example
Text Example
White with #105362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105362; }
p { color: rgb(16,83,98); }
H1.HeaderClassName
{
color: #105362;
}
.AnyTagClassName
{
color: #105362;
}
</style>
background-color css
<style>
a { background-color: #105362; }
a { background-color: rgb(16,83,98); }
div.DivClassName
{
background-color: #105362;
}
.BgClassName
{
background-color: #105362;
}
</style>
border-color css
<style>
span { border-color: #105362; }
span { border-color: rgb(16,83,98); }
td.TdClassName
{
border-color: #105362;
}
.TagClassName
{
border-color: #105362;
}
</style>