Shades of Allports #106482
Tints of Allports #106482
RGB
CMYK
RGB Variations
Color information
#106482 (or 0x106482) is known color: Allports. HEX triplet: 10, 64 and 82. RGB value is (16,100,130). Sum of RGB (Red+Green+Blue) = 16+100+130=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #106482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106482 is #EF9B7D. Grayscale: #4E4E4E. Windows color (decimal): -15702910 or 8545296. OLE color: 8545296.
HSL color Cylindrical-coordinate representation of color #106482: hue angle of 195.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106482 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 100 | 130 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.49 |
| HSL | 195.79º | 0.78% | 0.29% | - |
| HSV(B) | 195.79º | 0.88% | 0.51% | - |
| XYZ | 8.8 | 10.84 | 22.75 | - |
| YUV | 78.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 130 | 0.88 | 0.23 | 0 | 0.49 | 195.79 | 0.78 | 0.29 |
| Hex | 10 | 64 | 82 | 58 | 17 | 0 | 31 | C4 | 4E | 1D |
| Octal | 20 | 144 | 202 | 130 | 27 | 0 | 61 | 304 | 116 | 35 |
| Binary | 10000 | 1100100 | 10000010 | 1011000 | 10111 | 0 | 110001 | 11000100 | 1001110 | 11101 |
Color Harmonies of #106482
Complementary color
Monochromatic Colors of #106482
Black with #106482
Text Example
Text Example
White with #106482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106482; }
p { color: rgb(16,100,130); }
H1.HeaderClassName
{
color: #106482;
}
.AnyTagClassName
{
color: #106482;
}
</style>
background-color css
<style>
a { background-color: #106482; }
a { background-color: rgb(16,100,130); }
div.DivClassName
{
background-color: #106482;
}
.BgClassName
{
background-color: #106482;
}
</style>
border-color css
<style>
span { border-color: #106482; }
span { border-color: rgb(16,100,130); }
td.TdClassName
{
border-color: #106482;
}
.TagClassName
{
border-color: #106482;
}
</style>