Shades of Allports #11748A
Tints of Allports #11748A
RGB
CMYK
RGB Variations
Color information
#11748A (or 0x11748A) is known color: Allports. HEX triplet: 11, 74 and 8A. RGB value is (17,116,138). Sum of RGB (Red+Green+Blue) = 17+116+138=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #11748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11748A is #EE8B75. Grayscale: #585858. Windows color (decimal): -15633270 or 9073681. OLE color: 9073681.
HSL color Cylindrical-coordinate representation of color #11748A: hue angle of 190.91º 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 #11748A is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 116 | 138 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.46 |
| HSL | 190.91º | 0.78% | 0.3% | - |
| HSV(B) | 190.91º | 0.88% | 0.54% | - |
| XYZ | 11.06 | 14.44 | 26.25 | - |
| YUV | 88.91 | 155.7 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 138 | 0.88 | 0.16 | 0 | 0.46 | 190.91 | 0.78 | 0.3 |
| Hex | 11 | 74 | 8A | 58 | 10 | 0 | 2E | BF | 4E | 1E |
| Octal | 21 | 164 | 212 | 130 | 20 | 0 | 56 | 277 | 116 | 36 |
| Binary | 10001 | 1110100 | 10001010 | 1011000 | 10000 | 0 | 101110 | 10111111 | 1001110 | 11110 |
Color Harmonies of #11748A
Complementary color
Monochromatic Colors of #11748A
Black with #11748A
Text Example
Text Example
White with #11748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11748A; }
p { color: rgb(17,116,138); }
H1.HeaderClassName
{
color: #11748A;
}
.AnyTagClassName
{
color: #11748A;
}
</style>
background-color css
<style>
a { background-color: #11748A; }
a { background-color: rgb(17,116,138); }
div.DivClassName
{
background-color: #11748A;
}
.BgClassName
{
background-color: #11748A;
}
</style>
border-color css
<style>
span { border-color: #11748A; }
span { border-color: rgb(17,116,138); }
td.TdClassName
{
border-color: #11748A;
}
.TagClassName
{
border-color: #11748A;
}
</style>