Shades of Allports #1C6A72
Tints of Allports #1C6A72
RGB
CMYK
RGB Variations
Color information
#1C6A72 (or 0x1C6A72) is known color: Allports. HEX triplet: 1C, 6A and 72. RGB value is (28,106,114). Sum of RGB (Red+Green+Blue) = 28+106+114=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C6A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6A72 is #E3958D. Grayscale: #535353. Windows color (decimal): -14914958 or 7498268. OLE color: 7498268.
HSL color Cylindrical-coordinate representation of color #1C6A72: hue angle of 185.58º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6A72 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 106 | 114 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.55 |
| HSL | 185.58º | 0.61% | 0.28% | - |
| HSV(B) | 185.58º | 0.75% | 0.45% | - |
| XYZ | 8.67 | 11.77 | 17.73 | - |
| YUV | 83.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 114 | 0.75 | 0.07 | 0 | 0.55 | 185.58 | 0.61 | 0.28 |
| Hex | 1C | 6A | 72 | 4B | 7 | 0 | 37 | BA | 3D | 1C |
| Octal | 34 | 152 | 162 | 113 | 7 | 0 | 67 | 272 | 75 | 34 |
| Binary | 11100 | 1101010 | 1110010 | 1001011 | 111 | 0 | 110111 | 10111010 | 111101 | 11100 |
Color Harmonies of #1C6A72
Complementary color
Monochromatic Colors of #1C6A72
Black with #1C6A72
Text Example
Text Example
White with #1C6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A72; }
p { color: rgb(28,106,114); }
H1.HeaderClassName
{
color: #1C6A72;
}
.AnyTagClassName
{
color: #1C6A72;
}
</style>
background-color css
<style>
a { background-color: #1C6A72; }
a { background-color: rgb(28,106,114); }
div.DivClassName
{
background-color: #1C6A72;
}
.BgClassName
{
background-color: #1C6A72;
}
</style>
border-color css
<style>
span { border-color: #1C6A72; }
span { border-color: rgb(28,106,114); }
td.TdClassName
{
border-color: #1C6A72;
}
.TagClassName
{
border-color: #1C6A72;
}
</style>