Shades of Allports #10698D
Tints of Allports #10698D
RGB
CMYK
RGB Variations
Color information
#10698D (or 0x10698D) is known color: Allports. HEX triplet: 10, 69 and 8D. RGB value is (16,105,141). Sum of RGB (Red+Green+Blue) = 16+105+141=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #10698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10698D is #EF9672. Grayscale: #525252. Windows color (decimal): -15701619 or 9267472. OLE color: 9267472.
HSL color Cylindrical-coordinate representation of color #10698D: hue angle of 197.28º 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 #10698D is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 105 | 141 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.45 |
| HSL | 197.28º | 0.8% | 0.31% | - |
| HSV(B) | 197.28º | 0.89% | 0.55% | - |
| XYZ | 10.07 | 12.14 | 27.01 | - |
| YUV | 82.49 | 161.01 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 141 | 0.89 | 0.26 | 0 | 0.45 | 197.28 | 0.8 | 0.31 |
| Hex | 10 | 69 | 8D | 59 | 1A | 0 | 2D | C5 | 50 | 1F |
| Octal | 20 | 151 | 215 | 131 | 32 | 0 | 55 | 305 | 120 | 37 |
| Binary | 10000 | 1101001 | 10001101 | 1011001 | 11010 | 0 | 101101 | 11000101 | 1010000 | 11111 |
Color Harmonies of #10698D
Complementary color
Monochromatic Colors of #10698D
Black with #10698D
Text Example
Text Example
White with #10698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10698D; }
p { color: rgb(16,105,141); }
H1.HeaderClassName
{
color: #10698D;
}
.AnyTagClassName
{
color: #10698D;
}
</style>
background-color css
<style>
a { background-color: #10698D; }
a { background-color: rgb(16,105,141); }
div.DivClassName
{
background-color: #10698D;
}
.BgClassName
{
background-color: #10698D;
}
</style>
border-color css
<style>
span { border-color: #10698D; }
span { border-color: rgb(16,105,141); }
td.TdClassName
{
border-color: #10698D;
}
.TagClassName
{
border-color: #10698D;
}
</style>