Shades of Allports #106982
Tints of Allports #106982
RGB
CMYK
RGB Variations
Color information
#106982 (or 0x106982) is known color: Allports. HEX triplet: 10, 69 and 82. RGB value is (16,105,130). Sum of RGB (Red+Green+Blue) = 16+105+130=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #106982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106982 is #EF967D. Grayscale: #515151. Windows color (decimal): -15701630 or 8546576. OLE color: 8546576.
HSL color Cylindrical-coordinate representation of color #106982: hue angle of 193.16º 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 #106982 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 105 | 130 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.49 |
| HSL | 193.16º | 0.78% | 0.29% | - |
| HSV(B) | 193.16º | 0.88% | 0.51% | - |
| XYZ | 9.29 | 11.83 | 22.91 | - |
| YUV | 81.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 130 | 0.88 | 0.19 | 0 | 0.49 | 193.16 | 0.78 | 0.29 |
| Hex | 10 | 69 | 82 | 58 | 13 | 0 | 31 | C1 | 4E | 1D |
| Octal | 20 | 151 | 202 | 130 | 23 | 0 | 61 | 301 | 116 | 35 |
| Binary | 10000 | 1101001 | 10000010 | 1011000 | 10011 | 0 | 110001 | 11000001 | 1001110 | 11101 |
Color Harmonies of #106982
Complementary color
Monochromatic Colors of #106982
Black with #106982
Text Example
Text Example
White with #106982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106982; }
p { color: rgb(16,105,130); }
H1.HeaderClassName
{
color: #106982;
}
.AnyTagClassName
{
color: #106982;
}
</style>
background-color css
<style>
a { background-color: #106982; }
a { background-color: rgb(16,105,130); }
div.DivClassName
{
background-color: #106982;
}
.BgClassName
{
background-color: #106982;
}
</style>
border-color css
<style>
span { border-color: #106982; }
span { border-color: rgb(16,105,130); }
td.TdClassName
{
border-color: #106982;
}
.TagClassName
{
border-color: #106982;
}
</style>