Shades of Allports #1C6671
Tints of Allports #1C6671
RGB
CMYK
RGB Variations
Color information
#1C6671 (or 0x1C6671) is known color: Allports. HEX triplet: 1C, 66 and 71. RGB value is (28,102,113). Sum of RGB (Red+Green+Blue) = 28+102+113=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C6671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6671 is #E3998E. Grayscale: #515151. Windows color (decimal): -14915983 or 7431708. OLE color: 7431708.
HSL color Cylindrical-coordinate representation of color #1C6671: hue angle of 187.76º 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 #1C6671 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 102 | 113 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.56 |
| HSL | 187.76º | 0.6% | 0.28% | - |
| HSV(B) | 187.76º | 0.75% | 0.44% | - |
| XYZ | 8.21 | 10.94 | 17.3 | - |
| YUV | 81.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 113 | 0.75 | 0.10 | 0 | 0.56 | 187.76 | 0.6 | 0.28 |
| Hex | 1C | 66 | 71 | 4B | A | 0 | 38 | BC | 3C | 1C |
| Octal | 34 | 146 | 161 | 113 | 12 | 0 | 70 | 274 | 74 | 34 |
| Binary | 11100 | 1100110 | 1110001 | 1001011 | 1010 | 0 | 111000 | 10111100 | 111100 | 11100 |
Color Harmonies of #1C6671
Complementary color
Monochromatic Colors of #1C6671
Black with #1C6671
Text Example
Text Example
White with #1C6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6671; }
p { color: rgb(28,102,113); }
H1.HeaderClassName
{
color: #1C6671;
}
.AnyTagClassName
{
color: #1C6671;
}
</style>
background-color css
<style>
a { background-color: #1C6671; }
a { background-color: rgb(28,102,113); }
div.DivClassName
{
background-color: #1C6671;
}
.BgClassName
{
background-color: #1C6671;
}
</style>
border-color css
<style>
span { border-color: #1C6671; }
span { border-color: rgb(28,102,113); }
td.TdClassName
{
border-color: #1C6671;
}
.TagClassName
{
border-color: #1C6671;
}
</style>