Shades of Allports #1C7073
Tints of Allports #1C7073
RGB
CMYK
RGB Variations
Color information
#1C7073 (or 0x1C7073) is known color: Allports. HEX triplet: 1C, 70 and 73. RGB value is (28,112,115). Sum of RGB (Red+Green+Blue) = 28+112+115=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C7073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7073 is #E38F8C. Grayscale: #575757. Windows color (decimal): -14913421 or 7565340. OLE color: 7565340.
HSL color Cylindrical-coordinate representation of color #1C7073: hue angle of 182.07º 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 #1C7073 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 112 | 115 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.55 |
| HSL | 182.07º | 0.61% | 0.28% | - |
| HSV(B) | 182.07º | 0.76% | 0.45% | - |
| XYZ | 9.37 | 13.07 | 18.25 | - |
| YUV | 87.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 115 | 0.76 | 0.03 | 0 | 0.55 | 182.07 | 0.61 | 0.28 |
| Hex | 1C | 70 | 73 | 4C | 3 | 0 | 37 | B6 | 3D | 1C |
| Octal | 34 | 160 | 163 | 114 | 3 | 0 | 67 | 266 | 75 | 34 |
| Binary | 11100 | 1110000 | 1110011 | 1001100 | 11 | 0 | 110111 | 10110110 | 111101 | 11100 |
Color Harmonies of #1C7073
Complementary color
Monochromatic Colors of #1C7073
Black with #1C7073
Text Example
Text Example
White with #1C7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7073; }
p { color: rgb(28,112,115); }
H1.HeaderClassName
{
color: #1C7073;
}
.AnyTagClassName
{
color: #1C7073;
}
</style>
background-color css
<style>
a { background-color: #1C7073; }
a { background-color: rgb(28,112,115); }
div.DivClassName
{
background-color: #1C7073;
}
.BgClassName
{
background-color: #1C7073;
}
</style>
border-color css
<style>
span { border-color: #1C7073; }
span { border-color: rgb(28,112,115); }
td.TdClassName
{
border-color: #1C7073;
}
.TagClassName
{
border-color: #1C7073;
}
</style>