Shades of Allports #117291
Tints of Allports #117291
RGB
CMYK
RGB Variations
Color information
#117291 (or 0x117291) is known color: Allports. HEX triplet: 11, 72 and 91. RGB value is (17,114,145). Sum of RGB (Red+Green+Blue) = 17+114+145=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #117291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117291 is #EE8D6E. Grayscale: #585858. Windows color (decimal): -15633775 or 9531921. OLE color: 9531921.
HSL color Cylindrical-coordinate representation of color #117291: hue angle of 194.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117291 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 114 | 145 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.43 |
| HSL | 194.53º | 0.79% | 0.32% | - |
| HSV(B) | 194.53º | 0.88% | 0.57% | - |
| XYZ | 11.36 | 14.2 | 28.93 | - |
| YUV | 88.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 145 | 0.88 | 0.21 | 0 | 0.43 | 194.53 | 0.79 | 0.32 |
| Hex | 11 | 72 | 91 | 58 | 15 | 0 | 2B | C3 | 4F | 20 |
| Octal | 21 | 162 | 221 | 130 | 25 | 0 | 53 | 303 | 117 | 40 |
| Binary | 10001 | 1110010 | 10010001 | 1011000 | 10101 | 0 | 101011 | 11000011 | 1001111 | 100000 |
Color Harmonies of #117291
Complementary color
Monochromatic Colors of #117291
Black with #117291
Text Example
Text Example
White with #117291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117291; }
p { color: rgb(17,114,145); }
H1.HeaderClassName
{
color: #117291;
}
.AnyTagClassName
{
color: #117291;
}
</style>
background-color css
<style>
a { background-color: #117291; }
a { background-color: rgb(17,114,145); }
div.DivClassName
{
background-color: #117291;
}
.BgClassName
{
background-color: #117291;
}
</style>
border-color css
<style>
span { border-color: #117291; }
span { border-color: rgb(17,114,145); }
td.TdClassName
{
border-color: #117291;
}
.TagClassName
{
border-color: #117291;
}
</style>