Shades of Allports #11618A
Tints of Allports #11618A
RGB
CMYK
RGB Variations
Color information
#11618A (or 0x11618A) is known color: Allports. HEX triplet: 11, 61 and 8A. RGB value is (17,97,138). Sum of RGB (Red+Green+Blue) = 17+97+138=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #11618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11618A is #EE9E75. Grayscale: #4D4D4D. Windows color (decimal): -15638134 or 9068817. OLE color: 9068817.
HSL color Cylindrical-coordinate representation of color #11618A: hue angle of 200.33º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11618A is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 97 | 138 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.46 |
| HSL | 200.33º | 0.78% | 0.3% | - |
| HSV(B) | 200.33º | 0.88% | 0.54% | - |
| XYZ | 9.09 | 10.5 | 25.59 | - |
| YUV | 77.75 | 162 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 138 | 0.88 | 0.30 | 0 | 0.46 | 200.33 | 0.78 | 0.3 |
| Hex | 11 | 61 | 8A | 58 | 1E | 0 | 2E | C8 | 4E | 1E |
| Octal | 21 | 141 | 212 | 130 | 36 | 0 | 56 | 310 | 116 | 36 |
| Binary | 10001 | 1100001 | 10001010 | 1011000 | 11110 | 0 | 101110 | 11001000 | 1001110 | 11110 |
Color Harmonies of #11618A
Complementary color
Monochromatic Colors of #11618A
Black with #11618A
Text Example
Text Example
White with #11618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11618A; }
p { color: rgb(17,97,138); }
H1.HeaderClassName
{
color: #11618A;
}
.AnyTagClassName
{
color: #11618A;
}
</style>
background-color css
<style>
a { background-color: #11618A; }
a { background-color: rgb(17,97,138); }
div.DivClassName
{
background-color: #11618A;
}
.BgClassName
{
background-color: #11618A;
}
</style>
border-color css
<style>
span { border-color: #11618A; }
span { border-color: rgb(17,97,138); }
td.TdClassName
{
border-color: #11618A;
}
.TagClassName
{
border-color: #11618A;
}
</style>