Shades of Allports #1C7692
Tints of Allports #1C7692
RGB
CMYK
RGB Variations
Color information
#1C7692 (or 0x1C7692) is known color: Allports. HEX triplet: 1C, 76 and 92. RGB value is (28,118,146). Sum of RGB (Red+Green+Blue) = 28+118+146=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C7692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7692 is #E3896D. Grayscale: #5E5E5E. Windows color (decimal): -14911854 or 9598492. OLE color: 9598492.
HSL color Cylindrical-coordinate representation of color #1C7692: hue angle of 194.24º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7692 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 118 | 146 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.43 |
| HSL | 194.24º | 0.68% | 0.34% | - |
| HSV(B) | 194.24º | 0.81% | 0.57% | - |
| XYZ | 12.15 | 15.28 | 29.5 | - |
| YUV | 94.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 146 | 0.81 | 0.19 | 0 | 0.43 | 194.24 | 0.68 | 0.34 |
| Hex | 1C | 76 | 92 | 51 | 13 | 0 | 2B | C2 | 44 | 22 |
| Octal | 34 | 166 | 222 | 121 | 23 | 0 | 53 | 302 | 104 | 42 |
| Binary | 11100 | 1110110 | 10010010 | 1010001 | 10011 | 0 | 101011 | 11000010 | 1000100 | 100010 |
Color Harmonies of #1C7692
Complementary color
Monochromatic Colors of #1C7692
Black with #1C7692
Text Example
Text Example
White with #1C7692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7692; }
p { color: rgb(28,118,146); }
H1.HeaderClassName
{
color: #1C7692;
}
.AnyTagClassName
{
color: #1C7692;
}
</style>
background-color css
<style>
a { background-color: #1C7692; }
a { background-color: rgb(28,118,146); }
div.DivClassName
{
background-color: #1C7692;
}
.BgClassName
{
background-color: #1C7692;
}
</style>
border-color css
<style>
span { border-color: #1C7692; }
span { border-color: rgb(28,118,146); }
td.TdClassName
{
border-color: #1C7692;
}
.TagClassName
{
border-color: #1C7692;
}
</style>