Shades of Allports #1C727F
Tints of Allports #1C727F
RGB
CMYK
RGB Variations
Color information
#1C727F (or 0x1C727F) is known color: Allports. HEX triplet: 1C, 72 and 7F. RGB value is (28,114,127). Sum of RGB (Red+Green+Blue) = 28+114+127=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C727F is #E38D80. Grayscale: #595959. Windows color (decimal): -14912897 or 8352284. OLE color: 8352284.
HSL color Cylindrical-coordinate representation of color #1C727F: hue angle of 187.88º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C727F is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 114 | 127 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.50 |
| HSL | 187.88º | 0.64% | 0.3% | - |
| HSV(B) | 187.88º | 0.78% | 0.5% | - |
| XYZ | 10.33 | 13.81 | 22.2 | - |
| YUV | 89.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 127 | 0.78 | 0.10 | 0 | 0.50 | 187.88 | 0.64 | 0.3 |
| Hex | 1C | 72 | 7F | 4E | A | 0 | 32 | BC | 40 | 1E |
| Octal | 34 | 162 | 177 | 116 | 12 | 0 | 62 | 274 | 100 | 36 |
| Binary | 11100 | 1110010 | 1111111 | 1001110 | 1010 | 0 | 110010 | 10111100 | 1000000 | 11110 |
Color Harmonies of #1C727F
Complementary color
Monochromatic Colors of #1C727F
Black with #1C727F
Text Example
Text Example
White with #1C727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C727F; }
p { color: rgb(28,114,127); }
H1.HeaderClassName
{
color: #1C727F;
}
.AnyTagClassName
{
color: #1C727F;
}
</style>
background-color css
<style>
a { background-color: #1C727F; }
a { background-color: rgb(28,114,127); }
div.DivClassName
{
background-color: #1C727F;
}
.BgClassName
{
background-color: #1C727F;
}
</style>
border-color css
<style>
span { border-color: #1C727F; }
span { border-color: rgb(28,114,127); }
td.TdClassName
{
border-color: #1C727F;
}
.TagClassName
{
border-color: #1C727F;
}
</style>