Shades of Allports #107482
Tints of Allports #107482
RGB
CMYK
RGB Variations
Color information
#107482 (or 0x107482) is known color: Allports. HEX triplet: 10, 74 and 82. RGB value is (16,116,130). Sum of RGB (Red+Green+Blue) = 16+116+130=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #107482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107482 is #EF8B7D. Grayscale: #575757. Windows color (decimal): -15698814 or 8549392. OLE color: 8549392.
HSL color Cylindrical-coordinate representation of color #107482: hue angle of 187.37º 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 #107482 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 116 | 130 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.49 |
| HSL | 187.37º | 0.78% | 0.29% | - |
| HSV(B) | 187.37º | 0.88% | 0.51% | - |
| XYZ | 10.49 | 14.21 | 23.31 | - |
| YUV | 87.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 130 | 0.88 | 0.11 | 0 | 0.49 | 187.37 | 0.78 | 0.29 |
| Hex | 10 | 74 | 82 | 58 | B | 0 | 31 | BB | 4E | 1D |
| Octal | 20 | 164 | 202 | 130 | 13 | 0 | 61 | 273 | 116 | 35 |
| Binary | 10000 | 1110100 | 10000010 | 1011000 | 1011 | 0 | 110001 | 10111011 | 1001110 | 11101 |
Color Harmonies of #107482
Complementary color
Monochromatic Colors of #107482
Black with #107482
Text Example
Text Example
White with #107482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107482; }
p { color: rgb(16,116,130); }
H1.HeaderClassName
{
color: #107482;
}
.AnyTagClassName
{
color: #107482;
}
</style>
background-color css
<style>
a { background-color: #107482; }
a { background-color: rgb(16,116,130); }
div.DivClassName
{
background-color: #107482;
}
.BgClassName
{
background-color: #107482;
}
</style>
border-color css
<style>
span { border-color: #107482; }
span { border-color: rgb(16,116,130); }
td.TdClassName
{
border-color: #107482;
}
.TagClassName
{
border-color: #107482;
}
</style>