Shades of Allports #1C6786
Tints of Allports #1C6786
RGB
CMYK
RGB Variations
Color information
#1C6786 (or 0x1C6786) is known color: Allports. HEX triplet: 1C, 67 and 86. RGB value is (28,103,134). Sum of RGB (Red+Green+Blue) = 28+103+134=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C6786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6786 is #E39879. Grayscale: #535353. Windows color (decimal): -14915706 or 8808220. OLE color: 8808220.
HSL color Cylindrical-coordinate representation of color #1C6786: hue angle of 197.55º 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 #1C6786 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 103 | 134 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.47 |
| HSL | 197.55º | 0.65% | 0.32% | - |
| HSV(B) | 197.55º | 0.79% | 0.53% | - |
| XYZ | 9.63 | 11.67 | 24.3 | - |
| YUV | 84.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 103 | 134 | 0.79 | 0.23 | 0 | 0.47 | 197.55 | 0.65 | 0.32 |
| Hex | 1C | 67 | 86 | 4F | 17 | 0 | 2F | C6 | 41 | 20 |
| Octal | 34 | 147 | 206 | 117 | 27 | 0 | 57 | 306 | 101 | 40 |
| Binary | 11100 | 1100111 | 10000110 | 1001111 | 10111 | 0 | 101111 | 11000110 | 1000001 | 100000 |
Color Harmonies of #1C6786
Complementary color
Monochromatic Colors of #1C6786
Black with #1C6786
Text Example
Text Example
White with #1C6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6786; }
p { color: rgb(28,103,134); }
H1.HeaderClassName
{
color: #1C6786;
}
.AnyTagClassName
{
color: #1C6786;
}
</style>
background-color css
<style>
a { background-color: #1C6786; }
a { background-color: rgb(28,103,134); }
div.DivClassName
{
background-color: #1C6786;
}
.BgClassName
{
background-color: #1C6786;
}
</style>
border-color css
<style>
span { border-color: #1C6786; }
span { border-color: rgb(28,103,134); }
td.TdClassName
{
border-color: #1C6786;
}
.TagClassName
{
border-color: #1C6786;
}
</style>