Shades of Allports #1C717C
Tints of Allports #1C717C
RGB
CMYK
RGB Variations
Color information
#1C717C (or 0x1C717C) is known color: Allports. HEX triplet: 1C, 71 and 7C. RGB value is (28,113,124). Sum of RGB (Red+Green+Blue) = 28+113+124=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C717C is #E38E83. Grayscale: #585858. Windows color (decimal): -14913156 or 8155420. OLE color: 8155420.
HSL color Cylindrical-coordinate representation of color #1C717C: hue angle of 186.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C717C is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 113 | 124 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.51 |
| HSL | 186.88º | 0.63% | 0.3% | - |
| HSV(B) | 186.88º | 0.77% | 0.49% | - |
| XYZ | 10.02 | 13.51 | 21.15 | - |
| YUV | 88.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 124 | 0.77 | 0.09 | 0 | 0.51 | 186.88 | 0.63 | 0.3 |
| Hex | 1C | 71 | 7C | 4D | 9 | 0 | 33 | BB | 3F | 1E |
| Octal | 34 | 161 | 174 | 115 | 11 | 0 | 63 | 273 | 77 | 36 |
| Binary | 11100 | 1110001 | 1111100 | 1001101 | 1001 | 0 | 110011 | 10111011 | 111111 | 11110 |
Color Harmonies of #1C717C
Complementary color
Monochromatic Colors of #1C717C
Black with #1C717C
Text Example
Text Example
White with #1C717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C717C; }
p { color: rgb(28,113,124); }
H1.HeaderClassName
{
color: #1C717C;
}
.AnyTagClassName
{
color: #1C717C;
}
</style>
background-color css
<style>
a { background-color: #1C717C; }
a { background-color: rgb(28,113,124); }
div.DivClassName
{
background-color: #1C717C;
}
.BgClassName
{
background-color: #1C717C;
}
</style>
border-color css
<style>
span { border-color: #1C717C; }
span { border-color: rgb(28,113,124); }
td.TdClassName
{
border-color: #1C717C;
}
.TagClassName
{
border-color: #1C717C;
}
</style>