Shades of Allports #1C6971
Tints of Allports #1C6971
RGB
CMYK
RGB Variations
Color information
#1C6971 (or 0x1C6971) is known color: Allports. HEX triplet: 1C, 69 and 71. RGB value is (28,105,113). Sum of RGB (Red+Green+Blue) = 28+105+113=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C6971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6971 is #E3968E. Grayscale: #525252. Windows color (decimal): -14915215 or 7432476. OLE color: 7432476.
HSL color Cylindrical-coordinate representation of color #1C6971: hue angle of 185.65º 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 #1C6971 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 105 | 113 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.56 |
| HSL | 185.65º | 0.6% | 0.28% | - |
| HSV(B) | 185.65º | 0.75% | 0.44% | - |
| XYZ | 8.51 | 11.54 | 17.4 | - |
| YUV | 82.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 113 | 0.75 | 0.07 | 0 | 0.56 | 185.65 | 0.6 | 0.28 |
| Hex | 1C | 69 | 71 | 4B | 7 | 0 | 38 | BA | 3C | 1C |
| Octal | 34 | 151 | 161 | 113 | 7 | 0 | 70 | 272 | 74 | 34 |
| Binary | 11100 | 1101001 | 1110001 | 1001011 | 111 | 0 | 111000 | 10111010 | 111100 | 11100 |
Color Harmonies of #1C6971
Complementary color
Monochromatic Colors of #1C6971
Black with #1C6971
Text Example
Text Example
White with #1C6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6971; }
p { color: rgb(28,105,113); }
H1.HeaderClassName
{
color: #1C6971;
}
.AnyTagClassName
{
color: #1C6971;
}
</style>
background-color css
<style>
a { background-color: #1C6971; }
a { background-color: rgb(28,105,113); }
div.DivClassName
{
background-color: #1C6971;
}
.BgClassName
{
background-color: #1C6971;
}
</style>
border-color css
<style>
span { border-color: #1C6971; }
span { border-color: rgb(28,105,113); }
td.TdClassName
{
border-color: #1C6971;
}
.TagClassName
{
border-color: #1C6971;
}
</style>