Shades of Allports #1C6173
Tints of Allports #1C6173
RGB
CMYK
RGB Variations
Color information
#1C6173 (or 0x1C6173) is known color: Allports. HEX triplet: 1C, 61 and 73. RGB value is (28,97,115). Sum of RGB (Red+Green+Blue) = 28+97+115=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6173 is #E39E8C. Grayscale: #4E4E4E. Windows color (decimal): -14917261 or 7561500. OLE color: 7561500.
HSL color Cylindrical-coordinate representation of color #1C6173: hue angle of 192.41º 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 #1C6173 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 97 | 115 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.55 |
| HSL | 192.41º | 0.61% | 0.28% | - |
| HSV(B) | 192.41º | 0.76% | 0.45% | - |
| XYZ | 7.85 | 10.03 | 17.74 | - |
| YUV | 78.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 115 | 0.76 | 0.16 | 0 | 0.55 | 192.41 | 0.61 | 0.28 |
| Hex | 1C | 61 | 73 | 4C | 10 | 0 | 37 | C0 | 3D | 1C |
| Octal | 34 | 141 | 163 | 114 | 20 | 0 | 67 | 300 | 75 | 34 |
| Binary | 11100 | 1100001 | 1110011 | 1001100 | 10000 | 0 | 110111 | 11000000 | 111101 | 11100 |
Color Harmonies of #1C6173
Complementary color
Monochromatic Colors of #1C6173
Black with #1C6173
Text Example
Text Example
White with #1C6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6173; }
p { color: rgb(28,97,115); }
H1.HeaderClassName
{
color: #1C6173;
}
.AnyTagClassName
{
color: #1C6173;
}
</style>
background-color css
<style>
a { background-color: #1C6173; }
a { background-color: rgb(28,97,115); }
div.DivClassName
{
background-color: #1C6173;
}
.BgClassName
{
background-color: #1C6173;
}
</style>
border-color css
<style>
span { border-color: #1C6173; }
span { border-color: rgb(28,97,115); }
td.TdClassName
{
border-color: #1C6173;
}
.TagClassName
{
border-color: #1C6173;
}
</style>