Shades of Allports #116274
Tints of Allports #116274
RGB
CMYK
RGB Variations
Color information
#116274 (or 0x116274) is known color: Allports. HEX triplet: 11, 62 and 74. RGB value is (17,98,116). Sum of RGB (Red+Green+Blue) = 17+98+116=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #116274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116274 is #EE9D8B. Grayscale: #4B4B4B. Windows color (decimal): -15637900 or 7627281. OLE color: 7627281.
HSL color Cylindrical-coordinate representation of color #116274: hue angle of 190.91º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116274 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 98 | 116 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.55 |
| HSL | 190.91º | 0.74% | 0.26% | - |
| HSV(B) | 190.91º | 0.85% | 0.45% | - |
| XYZ | 7.75 | 10.12 | 18.07 | - |
| YUV | 75.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 116 | 0.85 | 0.16 | 0 | 0.55 | 190.91 | 0.74 | 0.26 |
| Hex | 11 | 62 | 74 | 55 | 10 | 0 | 37 | BF | 4A | 1A |
| Octal | 21 | 142 | 164 | 125 | 20 | 0 | 67 | 277 | 112 | 32 |
| Binary | 10001 | 1100010 | 1110100 | 1010101 | 10000 | 0 | 110111 | 10111111 | 1001010 | 11010 |
Color Harmonies of #116274
Complementary color
Monochromatic Colors of #116274
Black with #116274
Text Example
Text Example
White with #116274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116274; }
p { color: rgb(17,98,116); }
H1.HeaderClassName
{
color: #116274;
}
.AnyTagClassName
{
color: #116274;
}
</style>
background-color css
<style>
a { background-color: #116274; }
a { background-color: rgb(17,98,116); }
div.DivClassName
{
background-color: #116274;
}
.BgClassName
{
background-color: #116274;
}
</style>
border-color css
<style>
span { border-color: #116274; }
span { border-color: rgb(17,98,116); }
td.TdClassName
{
border-color: #116274;
}
.TagClassName
{
border-color: #116274;
}
</style>