Shades of Allports #10708B
Tints of Allports #10708B
RGB
CMYK
RGB Variations
Color information
#10708B (or 0x10708B) is known color: Allports. HEX triplet: 10, 70 and 8B. RGB value is (16,112,139). Sum of RGB (Red+Green+Blue) = 16+112+139=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #10708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10708B is #EF8F74. Grayscale: #565656. Windows color (decimal): -15699829 or 9138192. OLE color: 9138192.
HSL color Cylindrical-coordinate representation of color #10708B: hue angle of 193.17º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10708B is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 112 | 139 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.45 |
| HSL | 193.17º | 0.79% | 0.3% | - |
| HSV(B) | 193.17º | 0.88% | 0.55% | - |
| XYZ | 10.67 | 13.56 | 26.48 | - |
| YUV | 86.37 | 157.7 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 139 | 0.88 | 0.19 | 0 | 0.45 | 193.17 | 0.79 | 0.3 |
| Hex | 10 | 70 | 8B | 58 | 13 | 0 | 2D | C1 | 4F | 1E |
| Octal | 20 | 160 | 213 | 130 | 23 | 0 | 55 | 301 | 117 | 36 |
| Binary | 10000 | 1110000 | 10001011 | 1011000 | 10011 | 0 | 101101 | 11000001 | 1001111 | 11110 |
Color Harmonies of #10708B
Complementary color
Monochromatic Colors of #10708B
Black with #10708B
Text Example
Text Example
White with #10708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10708B; }
p { color: rgb(16,112,139); }
H1.HeaderClassName
{
color: #10708B;
}
.AnyTagClassName
{
color: #10708B;
}
</style>
background-color css
<style>
a { background-color: #10708B; }
a { background-color: rgb(16,112,139); }
div.DivClassName
{
background-color: #10708B;
}
.BgClassName
{
background-color: #10708B;
}
</style>
border-color css
<style>
span { border-color: #10708B; }
span { border-color: rgb(16,112,139); }
td.TdClassName
{
border-color: #10708B;
}
.TagClassName
{
border-color: #10708B;
}
</style>