Shades of Allports #10728C
Tints of Allports #10728C
RGB
CMYK
RGB Variations
Color information
#10728C (or 0x10728C) is known color: Allports. HEX triplet: 10, 72 and 8C. RGB value is (16,114,140). Sum of RGB (Red+Green+Blue) = 16+114+140=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #10728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10728C is #EF8D73. Grayscale: #575757. Windows color (decimal): -15699316 or 9204240. OLE color: 9204240.
HSL color Cylindrical-coordinate representation of color #10728C: hue angle of 192.58º degrees, saturation: 0.79, 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 #10728C is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 114 | 140 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.45 |
| HSL | 192.58º | 0.79% | 0.31% | - |
| HSV(B) | 192.58º | 0.89% | 0.55% | - |
| XYZ | 10.96 | 14.04 | 26.94 | - |
| YUV | 87.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 140 | 0.89 | 0.19 | 0 | 0.45 | 192.58 | 0.79 | 0.31 |
| Hex | 10 | 72 | 8C | 59 | 13 | 0 | 2D | C1 | 4F | 1F |
| Octal | 20 | 162 | 214 | 131 | 23 | 0 | 55 | 301 | 117 | 37 |
| Binary | 10000 | 1110010 | 10001100 | 1011001 | 10011 | 0 | 101101 | 11000001 | 1001111 | 11111 |
Color Harmonies of #10728C
Complementary color
Monochromatic Colors of #10728C
Black with #10728C
Text Example
Text Example
White with #10728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10728C; }
p { color: rgb(16,114,140); }
H1.HeaderClassName
{
color: #10728C;
}
.AnyTagClassName
{
color: #10728C;
}
</style>
background-color css
<style>
a { background-color: #10728C; }
a { background-color: rgb(16,114,140); }
div.DivClassName
{
background-color: #10728C;
}
.BgClassName
{
background-color: #10728C;
}
</style>
border-color css
<style>
span { border-color: #10728C; }
span { border-color: rgb(16,114,140); }
td.TdClassName
{
border-color: #10728C;
}
.TagClassName
{
border-color: #10728C;
}
</style>