Shades of Allports #1C6D86
Tints of Allports #1C6D86
RGB
CMYK
RGB Variations
Color information
#1C6D86 (or 0x1C6D86) is known color: Allports. HEX triplet: 1C, 6D and 86. RGB value is (28,109,134). Sum of RGB (Red+Green+Blue) = 28+109+134=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C6D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6D86 is #E39279. Grayscale: #575757. Windows color (decimal): -14914170 or 8809756. OLE color: 8809756.
HSL color Cylindrical-coordinate representation of color #1C6D86: hue angle of 194.15º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6D86 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 109 | 134 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.47 |
| HSL | 194.15º | 0.65% | 0.32% | - |
| HSV(B) | 194.15º | 0.79% | 0.53% | - |
| XYZ | 10.25 | 12.91 | 24.5 | - |
| YUV | 87.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 109 | 134 | 0.79 | 0.19 | 0 | 0.47 | 194.15 | 0.65 | 0.32 |
| Hex | 1C | 6D | 86 | 4F | 13 | 0 | 2F | C2 | 41 | 20 |
| Octal | 34 | 155 | 206 | 117 | 23 | 0 | 57 | 302 | 101 | 40 |
| Binary | 11100 | 1101101 | 10000110 | 1001111 | 10011 | 0 | 101111 | 11000010 | 1000001 | 100000 |
Color Harmonies of #1C6D86
Complementary color
Monochromatic Colors of #1C6D86
Black with #1C6D86
Text Example
Text Example
White with #1C6D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6D86; }
p { color: rgb(28,109,134); }
H1.HeaderClassName
{
color: #1C6D86;
}
.AnyTagClassName
{
color: #1C6D86;
}
</style>
background-color css
<style>
a { background-color: #1C6D86; }
a { background-color: rgb(28,109,134); }
div.DivClassName
{
background-color: #1C6D86;
}
.BgClassName
{
background-color: #1C6D86;
}
</style>
border-color css
<style>
span { border-color: #1C6D86; }
span { border-color: rgb(28,109,134); }
td.TdClassName
{
border-color: #1C6D86;
}
.TagClassName
{
border-color: #1C6D86;
}
</style>