Shades of Allports #10758D
Tints of Allports #10758D
RGB
CMYK
RGB Variations
Color information
#10758D (or 0x10758D) is known color: Allports. HEX triplet: 10, 75 and 8D. RGB value is (16,117,141). Sum of RGB (Red+Green+Blue) = 16+117+141=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #10758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10758D is #EF8A72. Grayscale: #595959. Windows color (decimal): -15698547 or 9270544. OLE color: 9270544.
HSL color Cylindrical-coordinate representation of color #10758D: hue angle of 191.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10758D is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 117 | 141 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.45 |
| HSL | 191.52º | 0.8% | 0.31% | - |
| HSV(B) | 191.52º | 0.89% | 0.55% | - |
| XYZ | 11.38 | 14.76 | 27.45 | - |
| YUV | 89.54 | 157.04 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 141 | 0.89 | 0.17 | 0 | 0.45 | 191.52 | 0.8 | 0.31 |
| Hex | 10 | 75 | 8D | 59 | 11 | 0 | 2D | C0 | 50 | 1F |
| Octal | 20 | 165 | 215 | 131 | 21 | 0 | 55 | 300 | 120 | 37 |
| Binary | 10000 | 1110101 | 10001101 | 1011001 | 10001 | 0 | 101101 | 11000000 | 1010000 | 11111 |
Color Harmonies of #10758D
Complementary color
Monochromatic Colors of #10758D
Black with #10758D
Text Example
Text Example
White with #10758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10758D; }
p { color: rgb(16,117,141); }
H1.HeaderClassName
{
color: #10758D;
}
.AnyTagClassName
{
color: #10758D;
}
</style>
background-color css
<style>
a { background-color: #10758D; }
a { background-color: rgb(16,117,141); }
div.DivClassName
{
background-color: #10758D;
}
.BgClassName
{
background-color: #10758D;
}
</style>
border-color css
<style>
span { border-color: #10758D; }
span { border-color: rgb(16,117,141); }
td.TdClassName
{
border-color: #10758D;
}
.TagClassName
{
border-color: #10758D;
}
</style>