Shades of Allports #1C687C
Tints of Allports #1C687C
RGB
CMYK
RGB Variations
Color information
#1C687C (or 0x1C687C) is known color: Allports. HEX triplet: 1C, 68 and 7C. RGB value is (28,104,124). Sum of RGB (Red+Green+Blue) = 28+104+124=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C687C is #E39783. Grayscale: #535353. Windows color (decimal): -14915460 or 8153116. OLE color: 8153116.
HSL color Cylindrical-coordinate representation of color #1C687C: hue angle of 192.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 #1C687C is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 104 | 124 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.51 |
| HSL | 192.5º | 0.63% | 0.3% | - |
| HSV(B) | 192.5º | 0.77% | 0.49% | - |
| XYZ | 9.07 | 11.6 | 20.83 | - |
| YUV | 83.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 124 | 0.77 | 0.16 | 0 | 0.51 | 192.5 | 0.63 | 0.3 |
| Hex | 1C | 68 | 7C | 4D | 10 | 0 | 33 | C0 | 3F | 1E |
| Octal | 34 | 150 | 174 | 115 | 20 | 0 | 63 | 300 | 77 | 36 |
| Binary | 11100 | 1101000 | 1111100 | 1001101 | 10000 | 0 | 110011 | 11000000 | 111111 | 11110 |
Color Harmonies of #1C687C
Complementary color
Monochromatic Colors of #1C687C
Black with #1C687C
Text Example
Text Example
White with #1C687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C687C; }
p { color: rgb(28,104,124); }
H1.HeaderClassName
{
color: #1C687C;
}
.AnyTagClassName
{
color: #1C687C;
}
</style>
background-color css
<style>
a { background-color: #1C687C; }
a { background-color: rgb(28,104,124); }
div.DivClassName
{
background-color: #1C687C;
}
.BgClassName
{
background-color: #1C687C;
}
</style>
border-color css
<style>
span { border-color: #1C687C; }
span { border-color: rgb(28,104,124); }
td.TdClassName
{
border-color: #1C687C;
}
.TagClassName
{
border-color: #1C687C;
}
</style>