Shades of Allports #10707E
Tints of Allports #10707E
RGB
CMYK
RGB Variations
Color information
#10707E (or 0x10707E) is known color: Allports. HEX triplet: 10, 70 and 7E. RGB value is (16,112,126). Sum of RGB (Red+Green+Blue) = 16+112+126=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #10707E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10707E is #EF8F81. Grayscale: #545454. Windows color (decimal): -15699842 or 8286224. OLE color: 8286224.
HSL color Cylindrical-coordinate representation of color #10707E: hue angle of 187.64º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10707E is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 112 | 126 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.51 |
| HSL | 187.64º | 0.77% | 0.28% | - |
| HSV(B) | 187.64º | 0.87% | 0.49% | - |
| XYZ | 9.77 | 13.2 | 21.77 | - |
| YUV | 84.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 126 | 0.87 | 0.11 | 0 | 0.51 | 187.64 | 0.77 | 0.28 |
| Hex | 10 | 70 | 7E | 57 | B | 0 | 33 | BC | 4D | 1C |
| Octal | 20 | 160 | 176 | 127 | 13 | 0 | 63 | 274 | 115 | 34 |
| Binary | 10000 | 1110000 | 1111110 | 1010111 | 1011 | 0 | 110011 | 10111100 | 1001101 | 11100 |
Color Harmonies of #10707E
Complementary color
Monochromatic Colors of #10707E
Black with #10707E
Text Example
Text Example
White with #10707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10707E; }
p { color: rgb(16,112,126); }
H1.HeaderClassName
{
color: #10707E;
}
.AnyTagClassName
{
color: #10707E;
}
</style>
background-color css
<style>
a { background-color: #10707E; }
a { background-color: rgb(16,112,126); }
div.DivClassName
{
background-color: #10707E;
}
.BgClassName
{
background-color: #10707E;
}
</style>
border-color css
<style>
span { border-color: #10707E; }
span { border-color: rgb(16,112,126); }
td.TdClassName
{
border-color: #10707E;
}
.TagClassName
{
border-color: #10707E;
}
</style>