Shades of Allports #1C788D
Tints of Allports #1C788D
RGB
CMYK
RGB Variations
Color information
#1C788D (or 0x1C788D) is known color: Allports. HEX triplet: 1C, 78 and 8D. RGB value is (28,120,141). Sum of RGB (Red+Green+Blue) = 28+120+141=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C788D is #E38772. Grayscale: #5E5E5E. Windows color (decimal): -14911347 or 9271324. OLE color: 9271324.
HSL color Cylindrical-coordinate representation of color #1C788D: hue angle of 191.15º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C788D is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 120 | 141 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.45 |
| HSL | 191.15º | 0.67% | 0.33% | - |
| HSV(B) | 191.15º | 0.8% | 0.55% | - |
| XYZ | 12 | 15.6 | 27.58 | - |
| YUV | 94.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 141 | 0.80 | 0.15 | 0 | 0.45 | 191.15 | 0.67 | 0.33 |
| Hex | 1C | 78 | 8D | 50 | F | 0 | 2D | BF | 43 | 21 |
| Octal | 34 | 170 | 215 | 120 | 17 | 0 | 55 | 277 | 103 | 41 |
| Binary | 11100 | 1111000 | 10001101 | 1010000 | 1111 | 0 | 101101 | 10111111 | 1000011 | 100001 |
Color Harmonies of #1C788D
Complementary color
Monochromatic Colors of #1C788D
Black with #1C788D
Text Example
Text Example
White with #1C788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C788D; }
p { color: rgb(28,120,141); }
H1.HeaderClassName
{
color: #1C788D;
}
.AnyTagClassName
{
color: #1C788D;
}
</style>
background-color css
<style>
a { background-color: #1C788D; }
a { background-color: rgb(28,120,141); }
div.DivClassName
{
background-color: #1C788D;
}
.BgClassName
{
background-color: #1C788D;
}
</style>
border-color css
<style>
span { border-color: #1C788D; }
span { border-color: rgb(28,120,141); }
td.TdClassName
{
border-color: #1C788D;
}
.TagClassName
{
border-color: #1C788D;
}
</style>