Shades of Allports #10708C
Tints of Allports #10708C
RGB
CMYK
RGB Variations
Color information
#10708C (or 0x10708C) is known color: Allports. HEX triplet: 10, 70 and 8C. RGB value is (16,112,140). Sum of RGB (Red+Green+Blue) = 16+112+140=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #10708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10708C is #EF8F73. Grayscale: #565656. Windows color (decimal): -15699828 or 9203728. OLE color: 9203728.
HSL color Cylindrical-coordinate representation of color #10708C: hue angle of 193.55º 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 #10708C is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 112 | 140 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.45 |
| HSL | 193.55º | 0.79% | 0.31% | - |
| HSV(B) | 193.55º | 0.89% | 0.55% | - |
| XYZ | 10.74 | 13.59 | 26.87 | - |
| YUV | 86.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 140 | 0.89 | 0.20 | 0 | 0.45 | 193.55 | 0.79 | 0.31 |
| Hex | 10 | 70 | 8C | 59 | 14 | 0 | 2D | C2 | 4F | 1F |
| Octal | 20 | 160 | 214 | 131 | 24 | 0 | 55 | 302 | 117 | 37 |
| Binary | 10000 | 1110000 | 10001100 | 1011001 | 10100 | 0 | 101101 | 11000010 | 1001111 | 11111 |
Color Harmonies of #10708C
Complementary color
Monochromatic Colors of #10708C
Black with #10708C
Text Example
Text Example
White with #10708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10708C; }
p { color: rgb(16,112,140); }
H1.HeaderClassName
{
color: #10708C;
}
.AnyTagClassName
{
color: #10708C;
}
</style>
background-color css
<style>
a { background-color: #10708C; }
a { background-color: rgb(16,112,140); }
div.DivClassName
{
background-color: #10708C;
}
.BgClassName
{
background-color: #10708C;
}
</style>
border-color css
<style>
span { border-color: #10708C; }
span { border-color: rgb(16,112,140); }
td.TdClassName
{
border-color: #10708C;
}
.TagClassName
{
border-color: #10708C;
}
</style>