Shades of Allports #10728D
Tints of Allports #10728D
RGB
CMYK
RGB Variations
Color information
#10728D (or 0x10728D) is known color: Allports. HEX triplet: 10, 72 and 8D. RGB value is (16,114,141). Sum of RGB (Red+Green+Blue) = 16+114+141=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #10728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10728D is #EF8D72. Grayscale: #575757. Windows color (decimal): -15699315 or 9269776. OLE color: 9269776.
HSL color Cylindrical-coordinate representation of color #10728D: hue angle of 192.96º 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 #10728D is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 114 | 141 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.45 |
| HSL | 192.96º | 0.8% | 0.31% | - |
| HSV(B) | 192.96º | 0.89% | 0.55% | - |
| XYZ | 11.04 | 14.07 | 27.33 | - |
| YUV | 87.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 141 | 0.89 | 0.19 | 0 | 0.45 | 192.96 | 0.8 | 0.31 |
| Hex | 10 | 72 | 8D | 59 | 13 | 0 | 2D | C1 | 50 | 1F |
| Octal | 20 | 162 | 215 | 131 | 23 | 0 | 55 | 301 | 120 | 37 |
| Binary | 10000 | 1110010 | 10001101 | 1011001 | 10011 | 0 | 101101 | 11000001 | 1010000 | 11111 |
Color Harmonies of #10728D
Complementary color
Monochromatic Colors of #10728D
Black with #10728D
Text Example
Text Example
White with #10728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10728D; }
p { color: rgb(16,114,141); }
H1.HeaderClassName
{
color: #10728D;
}
.AnyTagClassName
{
color: #10728D;
}
</style>
background-color css
<style>
a { background-color: #10728D; }
a { background-color: rgb(16,114,141); }
div.DivClassName
{
background-color: #10728D;
}
.BgClassName
{
background-color: #10728D;
}
</style>
border-color css
<style>
span { border-color: #10728D; }
span { border-color: rgb(16,114,141); }
td.TdClassName
{
border-color: #10728D;
}
.TagClassName
{
border-color: #10728D;
}
</style>