Shades of Allports #107491
Tints of Allports #107491
RGB
CMYK
RGB Variations
Color information
#107491 (or 0x107491) is known color: Allports. HEX triplet: 10, 74 and 91. RGB value is (16,116,145). Sum of RGB (Red+Green+Blue) = 16+116+145=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #107491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107491 is #EF8B6E. Grayscale: #595959. Windows color (decimal): -15698799 or 9532432. OLE color: 9532432.
HSL color Cylindrical-coordinate representation of color #107491: hue angle of 193.49º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107491 is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 116 | 145 | - |
| CMYK | 0.89 | 0.2 | 0 | 0.43 |
| HSL | 193.49º | 0.8% | 0.32% | - |
| HSV(B) | 193.49º | 0.89% | 0.57% | - |
| XYZ | 11.57 | 14.65 | 29.01 | - |
| YUV | 89.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 145 | 0.89 | 0.2 | 0 | 0.43 | 193.49 | 0.8 | 0.32 |
| Hex | 10 | 74 | 91 | 59 | 14 | 0 | 2B | C1 | 50 | 20 |
| Octal | 20 | 164 | 221 | 131 | 24 | 0 | 53 | 301 | 120 | 40 |
| Binary | 10000 | 1110100 | 10010001 | 1011001 | 10100 | 0 | 101011 | 11000001 | 1010000 | 100000 |
Color Harmonies of #107491
Complementary color
Monochromatic Colors of #107491
Black with #107491
Text Example
Text Example
White with #107491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107491; }
p { color: rgb(16,116,145); }
H1.HeaderClassName
{
color: #107491;
}
.AnyTagClassName
{
color: #107491;
}
</style>
background-color css
<style>
a { background-color: #107491; }
a { background-color: rgb(16,116,145); }
div.DivClassName
{
background-color: #107491;
}
.BgClassName
{
background-color: #107491;
}
</style>
border-color css
<style>
span { border-color: #107491; }
span { border-color: rgb(16,116,145); }
td.TdClassName
{
border-color: #107491;
}
.TagClassName
{
border-color: #107491;
}
</style>