Shades of Allports #116783
Tints of Allports #116783
RGB
CMYK
RGB Variations
Color information
#116783 (or 0x116783) is known color: Allports. HEX triplet: 11, 67 and 83. RGB value is (17,103,131). Sum of RGB (Red+Green+Blue) = 17+103+131=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #116783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116783 is #EE987C. Grayscale: #505050. Windows color (decimal): -15636605 or 8611601. OLE color: 8611601.
HSL color Cylindrical-coordinate representation of color #116783: hue angle of 194.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116783 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 103 | 131 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.49 |
| HSL | 194.74º | 0.77% | 0.29% | - |
| HSV(B) | 194.74º | 0.87% | 0.51% | - |
| XYZ | 9.18 | 11.46 | 23.2 | - |
| YUV | 80.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 131 | 0.87 | 0.21 | 0 | 0.49 | 194.74 | 0.77 | 0.29 |
| Hex | 11 | 67 | 83 | 57 | 15 | 0 | 31 | C3 | 4D | 1D |
| Octal | 21 | 147 | 203 | 127 | 25 | 0 | 61 | 303 | 115 | 35 |
| Binary | 10001 | 1100111 | 10000011 | 1010111 | 10101 | 0 | 110001 | 11000011 | 1001101 | 11101 |
Color Harmonies of #116783
Complementary color
Monochromatic Colors of #116783
Black with #116783
Text Example
Text Example
White with #116783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116783; }
p { color: rgb(17,103,131); }
H1.HeaderClassName
{
color: #116783;
}
.AnyTagClassName
{
color: #116783;
}
</style>
background-color css
<style>
a { background-color: #116783; }
a { background-color: rgb(17,103,131); }
div.DivClassName
{
background-color: #116783;
}
.BgClassName
{
background-color: #116783;
}
</style>
border-color css
<style>
span { border-color: #116783; }
span { border-color: rgb(17,103,131); }
td.TdClassName
{
border-color: #116783;
}
.TagClassName
{
border-color: #116783;
}
</style>