Shades of Allports #117392
Tints of Allports #117392
RGB
CMYK
RGB Variations
Color information
#117392 (or 0x117392) is known color: Allports. HEX triplet: 11, 73 and 92. RGB value is (17,115,146). Sum of RGB (Red+Green+Blue) = 17+115+146=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #117392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117392 is #EE8C6D. Grayscale: #595959. Windows color (decimal): -15633518 or 9597713. OLE color: 9597713.
HSL color Cylindrical-coordinate representation of color #117392: hue angle of 194.42º 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 #117392 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 115 | 146 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.43 |
| HSL | 194.42º | 0.79% | 0.32% | - |
| HSV(B) | 194.42º | 0.88% | 0.57% | - |
| XYZ | 11.55 | 14.46 | 29.38 | - |
| YUV | 89.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 146 | 0.88 | 0.21 | 0 | 0.43 | 194.42 | 0.79 | 0.32 |
| Hex | 11 | 73 | 92 | 58 | 15 | 0 | 2B | C2 | 4F | 20 |
| Octal | 21 | 163 | 222 | 130 | 25 | 0 | 53 | 302 | 117 | 40 |
| Binary | 10001 | 1110011 | 10010010 | 1011000 | 10101 | 0 | 101011 | 11000010 | 1001111 | 100000 |
Color Harmonies of #117392
Complementary color
Monochromatic Colors of #117392
Black with #117392
Text Example
Text Example
White with #117392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117392; }
p { color: rgb(17,115,146); }
H1.HeaderClassName
{
color: #117392;
}
.AnyTagClassName
{
color: #117392;
}
</style>
background-color css
<style>
a { background-color: #117392; }
a { background-color: rgb(17,115,146); }
div.DivClassName
{
background-color: #117392;
}
.BgClassName
{
background-color: #117392;
}
</style>
border-color css
<style>
span { border-color: #117392; }
span { border-color: rgb(17,115,146); }
td.TdClassName
{
border-color: #117392;
}
.TagClassName
{
border-color: #117392;
}
</style>