Shades of Allports #1C6873
Tints of Allports #1C6873
RGB
CMYK
RGB Variations
Color information
#1C6873 (or 0x1C6873) is known color: Allports. HEX triplet: 1C, 68 and 73. RGB value is (28,104,115). Sum of RGB (Red+Green+Blue) = 28+104+115=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6873 is #E3978C. Grayscale: #525252. Windows color (decimal): -14915469 or 7563292. OLE color: 7563292.
HSL color Cylindrical-coordinate representation of color #1C6873: hue angle of 187.59º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6873 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 104 | 115 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.55 |
| HSL | 187.59º | 0.61% | 0.28% | - |
| HSV(B) | 187.59º | 0.76% | 0.45% | - |
| XYZ | 8.52 | 11.39 | 17.97 | - |
| YUV | 82.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 115 | 0.76 | 0.10 | 0 | 0.55 | 187.59 | 0.61 | 0.28 |
| Hex | 1C | 68 | 73 | 4C | A | 0 | 37 | BC | 3D | 1C |
| Octal | 34 | 150 | 163 | 114 | 12 | 0 | 67 | 274 | 75 | 34 |
| Binary | 11100 | 1101000 | 1110011 | 1001100 | 1010 | 0 | 110111 | 10111100 | 111101 | 11100 |
Color Harmonies of #1C6873
Complementary color
Monochromatic Colors of #1C6873
Black with #1C6873
Text Example
Text Example
White with #1C6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6873; }
p { color: rgb(28,104,115); }
H1.HeaderClassName
{
color: #1C6873;
}
.AnyTagClassName
{
color: #1C6873;
}
</style>
background-color css
<style>
a { background-color: #1C6873; }
a { background-color: rgb(28,104,115); }
div.DivClassName
{
background-color: #1C6873;
}
.BgClassName
{
background-color: #1C6873;
}
</style>
border-color css
<style>
span { border-color: #1C6873; }
span { border-color: rgb(28,104,115); }
td.TdClassName
{
border-color: #1C6873;
}
.TagClassName
{
border-color: #1C6873;
}
</style>