Shades of Allports #1C707C
Tints of Allports #1C707C
RGB
CMYK
RGB Variations
Color information
#1C707C (or 0x1C707C) is known color: Allports. HEX triplet: 1C, 70 and 7C. RGB value is (28,112,124). Sum of RGB (Red+Green+Blue) = 28+112+124=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C707C is #E38F83. Grayscale: #585858. Windows color (decimal): -14913412 or 8155164. OLE color: 8155164.
HSL color Cylindrical-coordinate representation of color #1C707C: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C707C is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 112 | 124 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.51 |
| HSL | 187.5º | 0.63% | 0.3% | - |
| HSV(B) | 187.5º | 0.77% | 0.49% | - |
| XYZ | 9.91 | 13.29 | 21.11 | - |
| YUV | 88.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 124 | 0.77 | 0.10 | 0 | 0.51 | 187.5 | 0.63 | 0.3 |
| Hex | 1C | 70 | 7C | 4D | A | 0 | 33 | BC | 3F | 1E |
| Octal | 34 | 160 | 174 | 115 | 12 | 0 | 63 | 274 | 77 | 36 |
| Binary | 11100 | 1110000 | 1111100 | 1001101 | 1010 | 0 | 110011 | 10111100 | 111111 | 11110 |
Color Harmonies of #1C707C
Complementary color
Monochromatic Colors of #1C707C
Black with #1C707C
Text Example
Text Example
White with #1C707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C707C; }
p { color: rgb(28,112,124); }
H1.HeaderClassName
{
color: #1C707C;
}
.AnyTagClassName
{
color: #1C707C;
}
</style>
background-color css
<style>
a { background-color: #1C707C; }
a { background-color: rgb(28,112,124); }
div.DivClassName
{
background-color: #1C707C;
}
.BgClassName
{
background-color: #1C707C;
}
</style>
border-color css
<style>
span { border-color: #1C707C; }
span { border-color: rgb(28,112,124); }
td.TdClassName
{
border-color: #1C707C;
}
.TagClassName
{
border-color: #1C707C;
}
</style>