Shades of Allports #1C6876
Tints of Allports #1C6876
RGB
CMYK
RGB Variations
Color information
#1C6876 (or 0x1C6876) is known color: Allports. HEX triplet: 1C, 68 and 76. RGB value is (28,104,118). Sum of RGB (Red+Green+Blue) = 28+104+118=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C6876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6876 is #E39789. Grayscale: #525252. Windows color (decimal): -14915466 or 7759900. OLE color: 7759900.
HSL color Cylindrical-coordinate representation of color #1C6876: hue angle of 189.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6876 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 104 | 118 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.54 |
| HSL | 189.33º | 0.62% | 0.29% | - |
| HSV(B) | 189.33º | 0.76% | 0.46% | - |
| XYZ | 8.7 | 11.46 | 18.89 | - |
| YUV | 82.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 118 | 0.76 | 0.12 | 0 | 0.54 | 189.33 | 0.62 | 0.29 |
| Hex | 1C | 68 | 76 | 4C | C | 0 | 36 | BD | 3E | 1D |
| Octal | 34 | 150 | 166 | 114 | 14 | 0 | 66 | 275 | 76 | 35 |
| Binary | 11100 | 1101000 | 1110110 | 1001100 | 1100 | 0 | 110110 | 10111101 | 111110 | 11101 |
Color Harmonies of #1C6876
Complementary color
Monochromatic Colors of #1C6876
Black with #1C6876
Text Example
Text Example
White with #1C6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6876; }
p { color: rgb(28,104,118); }
H1.HeaderClassName
{
color: #1C6876;
}
.AnyTagClassName
{
color: #1C6876;
}
</style>
background-color css
<style>
a { background-color: #1C6876; }
a { background-color: rgb(28,104,118); }
div.DivClassName
{
background-color: #1C6876;
}
.BgClassName
{
background-color: #1C6876;
}
</style>
border-color css
<style>
span { border-color: #1C6876; }
span { border-color: rgb(28,104,118); }
td.TdClassName
{
border-color: #1C6876;
}
.TagClassName
{
border-color: #1C6876;
}
</style>