Shades of Allports #11768F
Tints of Allports #11768F
RGB
CMYK
RGB Variations
Color information
#11768F (or 0x11768F) is known color: Allports. HEX triplet: 11, 76 and 8F. RGB value is (17,118,143). Sum of RGB (Red+Green+Blue) = 17+118+143=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #11768F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11768F is #EE8970. Grayscale: #5A5A5A. Windows color (decimal): -15632753 or 9401873. OLE color: 9401873.
HSL color Cylindrical-coordinate representation of color #11768F: hue angle of 191.9º 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 #11768F is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 118 | 143 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.44 |
| HSL | 191.9º | 0.79% | 0.31% | - |
| HSV(B) | 191.9º | 0.88% | 0.56% | - |
| XYZ | 11.67 | 15.06 | 28.28 | - |
| YUV | 90.65 | 157.54 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 143 | 0.88 | 0.17 | 0 | 0.44 | 191.9 | 0.79 | 0.31 |
| Hex | 11 | 76 | 8F | 58 | 11 | 0 | 2C | C0 | 4F | 1F |
| Octal | 21 | 166 | 217 | 130 | 21 | 0 | 54 | 300 | 117 | 37 |
| Binary | 10001 | 1110110 | 10001111 | 1011000 | 10001 | 0 | 101100 | 11000000 | 1001111 | 11111 |
Color Harmonies of #11768F
Complementary color
Monochromatic Colors of #11768F
Black with #11768F
Text Example
Text Example
White with #11768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11768F; }
p { color: rgb(17,118,143); }
H1.HeaderClassName
{
color: #11768F;
}
.AnyTagClassName
{
color: #11768F;
}
</style>
background-color css
<style>
a { background-color: #11768F; }
a { background-color: rgb(17,118,143); }
div.DivClassName
{
background-color: #11768F;
}
.BgClassName
{
background-color: #11768F;
}
</style>
border-color css
<style>
span { border-color: #11768F; }
span { border-color: rgb(17,118,143); }
td.TdClassName
{
border-color: #11768F;
}
.TagClassName
{
border-color: #11768F;
}
</style>