Shades of Allports #11698D
Tints of Allports #11698D
RGB
CMYK
RGB Variations
Color information
#11698D (or 0x11698D) is known color: Allports. HEX triplet: 11, 69 and 8D. RGB value is (17,105,141). Sum of RGB (Red+Green+Blue) = 17+105+141=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #11698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11698D is #EE9672. Grayscale: #525252. Windows color (decimal): -15636083 or 9267473. OLE color: 9267473.
HSL color Cylindrical-coordinate representation of color #11698D: hue angle of 197.42º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11698D is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 105 | 141 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.45 |
| HSL | 197.42º | 0.78% | 0.31% | - |
| HSV(B) | 197.42º | 0.88% | 0.55% | - |
| XYZ | 10.09 | 12.15 | 27.01 | - |
| YUV | 82.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 141 | 0.88 | 0.26 | 0 | 0.45 | 197.42 | 0.78 | 0.31 |
| Hex | 11 | 69 | 8D | 58 | 1A | 0 | 2D | C5 | 4E | 1F |
| Octal | 21 | 151 | 215 | 130 | 32 | 0 | 55 | 305 | 116 | 37 |
| Binary | 10001 | 1101001 | 10001101 | 1011000 | 11010 | 0 | 101101 | 11000101 | 1001110 | 11111 |
Color Harmonies of #11698D
Complementary color
Monochromatic Colors of #11698D
Black with #11698D
Text Example
Text Example
White with #11698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11698D; }
p { color: rgb(17,105,141); }
H1.HeaderClassName
{
color: #11698D;
}
.AnyTagClassName
{
color: #11698D;
}
</style>
background-color css
<style>
a { background-color: #11698D; }
a { background-color: rgb(17,105,141); }
div.DivClassName
{
background-color: #11698D;
}
.BgClassName
{
background-color: #11698D;
}
</style>
border-color css
<style>
span { border-color: #11698D; }
span { border-color: rgb(17,105,141); }
td.TdClassName
{
border-color: #11698D;
}
.TagClassName
{
border-color: #11698D;
}
</style>