Shades of Allports #1C727C
Tints of Allports #1C727C
RGB
CMYK
RGB Variations
Color information
#1C727C (or 0x1C727C) is known color: Allports. HEX triplet: 1C, 72 and 7C. RGB value is (28,114,124). Sum of RGB (Red+Green+Blue) = 28+114+124=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C727C is #E38D83. Grayscale: #595959. Windows color (decimal): -14912900 or 8155676. OLE color: 8155676.
HSL color Cylindrical-coordinate representation of color #1C727C: hue angle of 186.25º 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 #1C727C is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 114 | 124 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.51 |
| HSL | 186.25º | 0.63% | 0.3% | - |
| HSV(B) | 186.25º | 0.77% | 0.49% | - |
| XYZ | 10.13 | 13.74 | 21.19 | - |
| YUV | 89.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 124 | 0.77 | 0.08 | 0 | 0.51 | 186.25 | 0.63 | 0.3 |
| Hex | 1C | 72 | 7C | 4D | 8 | 0 | 33 | BA | 3F | 1E |
| Octal | 34 | 162 | 174 | 115 | 10 | 0 | 63 | 272 | 77 | 36 |
| Binary | 11100 | 1110010 | 1111100 | 1001101 | 1000 | 0 | 110011 | 10111010 | 111111 | 11110 |
Color Harmonies of #1C727C
Complementary color
Monochromatic Colors of #1C727C
Black with #1C727C
Text Example
Text Example
White with #1C727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C727C; }
p { color: rgb(28,114,124); }
H1.HeaderClassName
{
color: #1C727C;
}
.AnyTagClassName
{
color: #1C727C;
}
</style>
background-color css
<style>
a { background-color: #1C727C; }
a { background-color: rgb(28,114,124); }
div.DivClassName
{
background-color: #1C727C;
}
.BgClassName
{
background-color: #1C727C;
}
</style>
border-color css
<style>
span { border-color: #1C727C; }
span { border-color: rgb(28,114,124); }
td.TdClassName
{
border-color: #1C727C;
}
.TagClassName
{
border-color: #1C727C;
}
</style>