Shades of Allports #11748F
Tints of Allports #11748F
RGB
CMYK
RGB Variations
Color information
#11748F (or 0x11748F) is known color: Allports. HEX triplet: 11, 74 and 8F. RGB value is (17,116,143). Sum of RGB (Red+Green+Blue) = 17+116+143=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #11748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11748F is #EE8B70. Grayscale: #595959. Windows color (decimal): -15633265 or 9401361. OLE color: 9401361.
HSL color Cylindrical-coordinate representation of color #11748F: hue angle of 192.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11748F is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 116 | 143 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.44 |
| HSL | 192.86º | 0.79% | 0.31% | - |
| HSV(B) | 192.86º | 0.88% | 0.56% | - |
| XYZ | 11.43 | 14.59 | 28.2 | - |
| YUV | 89.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 143 | 0.88 | 0.19 | 0 | 0.44 | 192.86 | 0.79 | 0.31 |
| Hex | 11 | 74 | 8F | 58 | 13 | 0 | 2C | C1 | 4F | 1F |
| Octal | 21 | 164 | 217 | 130 | 23 | 0 | 54 | 301 | 117 | 37 |
| Binary | 10001 | 1110100 | 10001111 | 1011000 | 10011 | 0 | 101100 | 11000001 | 1001111 | 11111 |
Color Harmonies of #11748F
Complementary color
Monochromatic Colors of #11748F
Black with #11748F
Text Example
Text Example
White with #11748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11748F; }
p { color: rgb(17,116,143); }
H1.HeaderClassName
{
color: #11748F;
}
.AnyTagClassName
{
color: #11748F;
}
</style>
background-color css
<style>
a { background-color: #11748F; }
a { background-color: rgb(17,116,143); }
div.DivClassName
{
background-color: #11748F;
}
.BgClassName
{
background-color: #11748F;
}
</style>
border-color css
<style>
span { border-color: #11748F; }
span { border-color: rgb(17,116,143); }
td.TdClassName
{
border-color: #11748F;
}
.TagClassName
{
border-color: #11748F;
}
</style>