Shades of Allports #107490
Tints of Allports #107490
RGB
CMYK
RGB Variations
Color information
#107490 (or 0x107490) is known color: Allports. HEX triplet: 10, 74 and 90. RGB value is (16,116,144). Sum of RGB (Red+Green+Blue) = 16+116+144=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #107490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107490 is #EF8B6F. Grayscale: #595959. Windows color (decimal): -15698800 or 9466896. OLE color: 9466896.
HSL color Cylindrical-coordinate representation of color #107490: hue angle of 193.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107490 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 116 | 144 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.44 |
| HSL | 193.13º | 0.8% | 0.31% | - |
| HSV(B) | 193.13º | 0.89% | 0.56% | - |
| XYZ | 11.49 | 14.61 | 28.6 | - |
| YUV | 89.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 144 | 0.89 | 0.19 | 0 | 0.44 | 193.13 | 0.8 | 0.31 |
| Hex | 10 | 74 | 90 | 59 | 13 | 0 | 2C | C1 | 50 | 1F |
| Octal | 20 | 164 | 220 | 131 | 23 | 0 | 54 | 301 | 120 | 37 |
| Binary | 10000 | 1110100 | 10010000 | 1011001 | 10011 | 0 | 101100 | 11000001 | 1010000 | 11111 |
Color Harmonies of #107490
Complementary color
Monochromatic Colors of #107490
Black with #107490
Text Example
Text Example
White with #107490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107490; }
p { color: rgb(16,116,144); }
H1.HeaderClassName
{
color: #107490;
}
.AnyTagClassName
{
color: #107490;
}
</style>
background-color css
<style>
a { background-color: #107490; }
a { background-color: rgb(16,116,144); }
div.DivClassName
{
background-color: #107490;
}
.BgClassName
{
background-color: #107490;
}
</style>
border-color css
<style>
span { border-color: #107490; }
span { border-color: rgb(16,116,144); }
td.TdClassName
{
border-color: #107490;
}
.TagClassName
{
border-color: #107490;
}
</style>