Shades of Allports #1C7085
Tints of Allports #1C7085
RGB
CMYK
RGB Variations
Color information
#1C7085 (or 0x1C7085) is known color: Allports. HEX triplet: 1C, 70 and 85. RGB value is (28,112,133). Sum of RGB (Red+Green+Blue) = 28+112+133=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C7085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7085 is #E38F7A. Grayscale: #595959. Windows color (decimal): -14913403 or 8744988. OLE color: 8744988.
HSL color Cylindrical-coordinate representation of color #1C7085: hue angle of 192º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C7085 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 112 | 133 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.48 |
| HSL | 192º | 0.65% | 0.32% | - |
| HSV(B) | 192º | 0.79% | 0.52% | - |
| XYZ | 10.51 | 13.53 | 24.25 | - |
| YUV | 89.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 133 | 0.79 | 0.16 | 0 | 0.48 | 192 | 0.65 | 0.32 |
| Hex | 1C | 70 | 85 | 4F | 10 | 0 | 30 | C0 | 41 | 20 |
| Octal | 34 | 160 | 205 | 117 | 20 | 0 | 60 | 300 | 101 | 40 |
| Binary | 11100 | 1110000 | 10000101 | 1001111 | 10000 | 0 | 110000 | 11000000 | 1000001 | 100000 |
Color Harmonies of #1C7085
Complementary color
Monochromatic Colors of #1C7085
Black with #1C7085
Text Example
Text Example
White with #1C7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7085; }
p { color: rgb(28,112,133); }
H1.HeaderClassName
{
color: #1C7085;
}
.AnyTagClassName
{
color: #1C7085;
}
</style>
background-color css
<style>
a { background-color: #1C7085; }
a { background-color: rgb(28,112,133); }
div.DivClassName
{
background-color: #1C7085;
}
.BgClassName
{
background-color: #1C7085;
}
</style>
border-color css
<style>
span { border-color: #1C7085; }
span { border-color: rgb(28,112,133); }
td.TdClassName
{
border-color: #1C7085;
}
.TagClassName
{
border-color: #1C7085;
}
</style>