Shades of Allports #105F82
Tints of Allports #105F82
RGB
CMYK
RGB Variations
Color information
#105F82 (or 0x105F82) is known color: Allports. HEX triplet: 10, 5F and 82. RGB value is (16,95,130). Sum of RGB (Red+Green+Blue) = 16+95+130=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #105F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105F82 is #EFA07D. Grayscale: #4B4B4B. Windows color (decimal): -15704190 or 8544016. OLE color: 8544016.
HSL color Cylindrical-coordinate representation of color #105F82: hue angle of 198.42º 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 #105F82 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 95 | 130 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.49 |
| HSL | 198.42º | 0.78% | 0.29% | - |
| HSV(B) | 198.42º | 0.88% | 0.51% | - |
| XYZ | 8.34 | 9.91 | 22.59 | - |
| YUV | 75.37 | 158.83 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 130 | 0.88 | 0.27 | 0 | 0.49 | 198.42 | 0.78 | 0.29 |
| Hex | 10 | 5F | 82 | 58 | 1B | 0 | 31 | C6 | 4E | 1D |
| Octal | 20 | 137 | 202 | 130 | 33 | 0 | 61 | 306 | 116 | 35 |
| Binary | 10000 | 1011111 | 10000010 | 1011000 | 11011 | 0 | 110001 | 11000110 | 1001110 | 11101 |
Color Harmonies of #105F82
Complementary color
Monochromatic Colors of #105F82
Black with #105F82
Text Example
Text Example
White with #105F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F82; }
p { color: rgb(16,95,130); }
H1.HeaderClassName
{
color: #105F82;
}
.AnyTagClassName
{
color: #105F82;
}
</style>
background-color css
<style>
a { background-color: #105F82; }
a { background-color: rgb(16,95,130); }
div.DivClassName
{
background-color: #105F82;
}
.BgClassName
{
background-color: #105F82;
}
</style>
border-color css
<style>
span { border-color: #105F82; }
span { border-color: rgb(16,95,130); }
td.TdClassName
{
border-color: #105F82;
}
.TagClassName
{
border-color: #105F82;
}
</style>