Shades of Allports #106386
Tints of Allports #106386
RGB
CMYK
RGB Variations
Color information
#106386 (or 0x106386) is known color: Allports. HEX triplet: 10, 63 and 86. RGB value is (16,99,134). Sum of RGB (Red+Green+Blue) = 16+99+134=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #106386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106386 is #EF9C79. Grayscale: #4D4D4D. Windows color (decimal): -15703162 or 8807184. OLE color: 8807184.
HSL color Cylindrical-coordinate representation of color #106386: hue angle of 197.8º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106386 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 99 | 134 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.47 |
| HSL | 197.8º | 0.79% | 0.29% | - |
| HSV(B) | 197.8º | 0.88% | 0.53% | - |
| XYZ | 8.98 | 10.76 | 24.16 | - |
| YUV | 78.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 134 | 0.88 | 0.26 | 0 | 0.47 | 197.8 | 0.79 | 0.29 |
| Hex | 10 | 63 | 86 | 58 | 1A | 0 | 2F | C6 | 4F | 1D |
| Octal | 20 | 143 | 206 | 130 | 32 | 0 | 57 | 306 | 117 | 35 |
| Binary | 10000 | 1100011 | 10000110 | 1011000 | 11010 | 0 | 101111 | 11000110 | 1001111 | 11101 |
Color Harmonies of #106386
Complementary color
Monochromatic Colors of #106386
Black with #106386
Text Example
Text Example
White with #106386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106386; }
p { color: rgb(16,99,134); }
H1.HeaderClassName
{
color: #106386;
}
.AnyTagClassName
{
color: #106386;
}
</style>
background-color css
<style>
a { background-color: #106386; }
a { background-color: rgb(16,99,134); }
div.DivClassName
{
background-color: #106386;
}
.BgClassName
{
background-color: #106386;
}
</style>
border-color css
<style>
span { border-color: #106386; }
span { border-color: rgb(16,99,134); }
td.TdClassName
{
border-color: #106386;
}
.TagClassName
{
border-color: #106386;
}
</style>