Shades of Allports #1C6871
Tints of Allports #1C6871
RGB
CMYK
RGB Variations
Color information
#1C6871 (or 0x1C6871) is known color: Allports. HEX triplet: 1C, 68 and 71. RGB value is (28,104,113). Sum of RGB (Red+Green+Blue) = 28+104+113=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C6871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6871 is #E3978E. Grayscale: #525252. Windows color (decimal): -14915471 or 7432220. OLE color: 7432220.
HSL color Cylindrical-coordinate representation of color #1C6871: hue angle of 186.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6871 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 104 | 113 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.56 |
| HSL | 186.35º | 0.6% | 0.28% | - |
| HSV(B) | 186.35º | 0.75% | 0.44% | - |
| XYZ | 8.41 | 11.34 | 17.37 | - |
| YUV | 82.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 113 | 0.75 | 0.08 | 0 | 0.56 | 186.35 | 0.6 | 0.28 |
| Hex | 1C | 68 | 71 | 4B | 8 | 0 | 38 | BA | 3C | 1C |
| Octal | 34 | 150 | 161 | 113 | 10 | 0 | 70 | 272 | 74 | 34 |
| Binary | 11100 | 1101000 | 1110001 | 1001011 | 1000 | 0 | 111000 | 10111010 | 111100 | 11100 |
Color Harmonies of #1C6871
Complementary color
Monochromatic Colors of #1C6871
Black with #1C6871
Text Example
Text Example
White with #1C6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6871; }
p { color: rgb(28,104,113); }
H1.HeaderClassName
{
color: #1C6871;
}
.AnyTagClassName
{
color: #1C6871;
}
</style>
background-color css
<style>
a { background-color: #1C6871; }
a { background-color: rgb(28,104,113); }
div.DivClassName
{
background-color: #1C6871;
}
.BgClassName
{
background-color: #1C6871;
}
</style>
border-color css
<style>
span { border-color: #1C6871; }
span { border-color: rgb(28,104,113); }
td.TdClassName
{
border-color: #1C6871;
}
.TagClassName
{
border-color: #1C6871;
}
</style>