Shades of Allports #11607D
Tints of Allports #11607D
RGB
CMYK
RGB Variations
Color information
#11607D (or 0x11607D) is known color: Allports. HEX triplet: 11, 60 and 7D. RGB value is (17,96,125). Sum of RGB (Red+Green+Blue) = 17+96+125=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #11607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11607D is #EE9F82. Grayscale: #4B4B4B. Windows color (decimal): -15638403 or 8216593. OLE color: 8216593.
HSL color Cylindrical-coordinate representation of color #11607D: hue angle of 196.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11607D is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 96 | 125 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.51 |
| HSL | 196.11º | 0.76% | 0.28% | - |
| HSV(B) | 196.11º | 0.86% | 0.49% | - |
| XYZ | 8.12 | 9.97 | 20.9 | - |
| YUV | 75.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 125 | 0.86 | 0.23 | 0 | 0.51 | 196.11 | 0.76 | 0.28 |
| Hex | 11 | 60 | 7D | 56 | 17 | 0 | 33 | C4 | 4C | 1C |
| Octal | 21 | 140 | 175 | 126 | 27 | 0 | 63 | 304 | 114 | 34 |
| Binary | 10001 | 1100000 | 1111101 | 1010110 | 10111 | 0 | 110011 | 11000100 | 1001100 | 11100 |
Color Harmonies of #11607D
Complementary color
Monochromatic Colors of #11607D
Black with #11607D
Text Example
Text Example
White with #11607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11607D; }
p { color: rgb(17,96,125); }
H1.HeaderClassName
{
color: #11607D;
}
.AnyTagClassName
{
color: #11607D;
}
</style>
background-color css
<style>
a { background-color: #11607D; }
a { background-color: rgb(17,96,125); }
div.DivClassName
{
background-color: #11607D;
}
.BgClassName
{
background-color: #11607D;
}
</style>
border-color css
<style>
span { border-color: #11607D; }
span { border-color: rgb(17,96,125); }
td.TdClassName
{
border-color: #11607D;
}
.TagClassName
{
border-color: #11607D;
}
</style>