Shades of Allports #1C708C
Tints of Allports #1C708C
RGB
CMYK
RGB Variations
Color information
#1C708C (or 0x1C708C) is known color: Allports. HEX triplet: 1C, 70 and 8C. RGB value is (28,112,140). Sum of RGB (Red+Green+Blue) = 28+112+140=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C708C is #E38F73. Grayscale: #595959. Windows color (decimal): -14913396 or 9203740. OLE color: 9203740.
HSL color Cylindrical-coordinate representation of color #1C708C: hue angle of 195º 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 #1C708C is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 112 | 140 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.45 |
| HSL | 195º | 0.67% | 0.33% | - |
| HSV(B) | 195º | 0.8% | 0.55% | - |
| XYZ | 11.01 | 13.73 | 26.88 | - |
| YUV | 90.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 140 | 0.80 | 0.20 | 0 | 0.45 | 195 | 0.67 | 0.33 |
| Hex | 1C | 70 | 8C | 50 | 14 | 0 | 2D | C3 | 43 | 21 |
| Octal | 34 | 160 | 214 | 120 | 24 | 0 | 55 | 303 | 103 | 41 |
| Binary | 11100 | 1110000 | 10001100 | 1010000 | 10100 | 0 | 101101 | 11000011 | 1000011 | 100001 |
Color Harmonies of #1C708C
Complementary color
Monochromatic Colors of #1C708C
Black with #1C708C
Text Example
Text Example
White with #1C708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C708C; }
p { color: rgb(28,112,140); }
H1.HeaderClassName
{
color: #1C708C;
}
.AnyTagClassName
{
color: #1C708C;
}
</style>
background-color css
<style>
a { background-color: #1C708C; }
a { background-color: rgb(28,112,140); }
div.DivClassName
{
background-color: #1C708C;
}
.BgClassName
{
background-color: #1C708C;
}
</style>
border-color css
<style>
span { border-color: #1C708C; }
span { border-color: rgb(28,112,140); }
td.TdClassName
{
border-color: #1C708C;
}
.TagClassName
{
border-color: #1C708C;
}
</style>